CINXE.COM

Funny Foreigner - TV Tropes

<!DOCTYPE html> <html> <head lang="en"> <link rel="alternate" type="application/rss+xml" href="https://tvtropes.org/pmwiki/rss-feed.php?filter=newest_pages" /> <link rel="alternate" type="application/rss+xml" href="https://tvtropes.org/pmwiki/rss-feed.php?filter=most_popular" /> <link rel="alternate" type="application/rss+xml" href="https://tvtropes.org/pmwiki/rss-feed.php?filter=updated_content" /> <link rel="preload" href="/images/loading-graphic.png" as="image"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-XPPLXMRF6Z"></script> <script> var pbjs = pbjs || {}; // Used for Video players on Tropes var tropes_videos_commands = tropes_videos_commands || []; window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-XPPLXMRF6Z'); window.googletag = window.googletag || {cmd: []}; </script> <script> function object(objectId) { if (document.getElementById && document.getElementById(objectId)) { return document.getElementById(objectId); } else if (document.all && document.all(objectId)) { return document.all(objectId); } else if (document.layers && document.layers[objectId]) { return document.layers[objectId]; } else { return false; } } // JAVASCRIPT COOKIES CODE: for getting and setting user viewing preferences var cookies = { create: function (name, value, days2expire, path) { var date = new Date(); date.setTime(date.getTime() + (days2expire * 24 * 60 * 60 * 1000)); var expires = date.toUTCString(); document.cookie = name + '=' + value + ';' + 'expires=' + expires + ';domain=.tvtropes.org;' + 'path=' + path + ';'; }, createWithExpire: function(name, value, expires, path) { document.cookie = name + '=' + value + ';' + 'expires=' + expires + ';domain=.tvtropes.org;' + 'path=' + path + ';'; }, read: function (name) { var cookie_value = "", current_cookie = "", name_expr = name + "=", all_cookies = document.cookie.split(';'), n = all_cookies.length; for (var i = 0; i < n; i++) { current_cookie = all_cookies[i].trim(); if (current_cookie.indexOf(name_expr) === 0) { cookie_value = current_cookie.substring(name_expr.length, current_cookie.length); break; } } return cookie_value; }, update: function (name, val) { this.create(name, val, 300, "/"); }, remove: function (name) { //delete cookie with and without domain setting document.cookie = name + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; domain=.tvtropes.org; path=/;"; document.cookie = name + "=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/;"; } }; function updateUserPrefs() { //GENERAL: detect and set browser, if not cookied (will be treated like a user-preference and added to the #user-pref element) if( !cookies.read('user-browser') ){ var broswer = ''; if(navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) ){ browser = 'iOS'; } else if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'opera'; } else if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { browser = 'MSIE'; } else if (/Navigator[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'netscape'; } else if (/Chrome[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'chrome'; } else if (/Safari[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'safari'; /Version[\/\s](\d+\.\d+)/.test(navigator.userAgent); browserVersion = new Number(RegExp.$1); } else if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)) { browser = 'firefox'; } else { browser = 'internet_explorer'; } cookies.create('user-browser',browser,1,'/'); document.getElementById('user-prefs').classList.add('browser-' + browser); } else { document.getElementById('user-prefs').classList.add('browser-' + cookies.read('user-browser')); } //update user preference settings if (cookies.read('wide-load') !== '') document.getElementById('user-prefs').classList.add('wide-load'); if (cookies.read('mono-font') !== '') document.getElementById('user-prefs').classList.add('mono-font'); if (cookies.read('night-vision') !== '') document.getElementById('user-prefs').classList.add('night-vision'); if (cookies.read('sticky-header') !== '') document.getElementById('user-prefs').classList.add('sticky-header'); if (cookies.read('show-spoilers') !== '') document.getElementById('user-prefs').classList.add('show-spoilers'); if (cookies.read('tvtropes-editor-on') !== '') document.getElementById('user-prefs').classList.add('tvtropes-editor-on'); if (cookies.read('folders-open') !== '') document.getElementById('user-prefs').classList.add('folders-open'); if (cookies.read('lefthand-sidebar') !== '') document.getElementById('user-prefs').classList.add('lefthand-sidebar'); if (cookies.read('highlight-links') !== '') document.getElementById('user-prefs').classList.add('highlight-links'); if (cookies.read('forum-gingerbread') !== '') document.getElementById('user-prefs').classList.add('forum-gingerbread'); //if the user is logged in, update cookies based on their database settings //updates element if(cookies.read('shared-avatars') !== '') document.getElementById('user-prefs').classList.add('shared-avatars'); if(cookies.read('new-search') !== '') document.getElementById('user-prefs').classList.add('new-search'); if(cookies.read('stop-auto-play-video') !== '') document.getElementById('user-prefs').classList.add('stop-auto-play-video'); //desktop view on mobile if (cookies.read('desktop-on-mobile') !== ''){ document.getElementById('user-prefs').classList.add('desktop-on-mobile'); var viewport = document.querySelector("meta[name=viewport]"); viewport.setAttribute('content', 'width=1000'); } } function updateDesktopPrefs() { if (cookies.read('wide-load') !== '') document.getElementById('sidebar-toggle-wideload').classList.add('active'); if (cookies.read('night-vision') !== '') document.getElementById('sidebar-toggle-nightvision').classList.add('active'); if (cookies.read('sticky-header') !== '') document.getElementById('sidebar-toggle-stickyheader').classList.add('active'); if (cookies.read('show-spoilers') !== '') document.getElementById('sidebar-toggle-showspoilers').classList.add('active'); } function updateMobilePrefs() { if (cookies.read('show-spoilers') !== '') document.getElementById('mobile-toggle-showspoilers').classList.add('active'); if (cookies.read('night-vision') !== '') document.getElementById('mobile-toggle-nightvision').classList.add('active'); if (cookies.read('sticky-header') !== '') document.getElementById('mobile-toggle-stickyheader').classList.add('active'); if (cookies.read('highlight-links') !== '') document.getElementById('mobile-toggle-highlightlinks').classList.add('active'); } function is_mobile() { if(document.body.clientWidth && document.body.clientWidth<=768) return true; else return false; } </script> <script type="text/javascript"> var country_code_list = ['AT','BE','BG','CH','CY','CZ','DE','DK','EE','ES','FI','FR','GB','GF','GP','GR','HR','HU','IC','IE','IS','IT','LI','LT','LU','LV','MF','MQ','MT','NL','NO','PL','PT','RE','RO','SE','SI','SK','SX','YT']; var site_htl_settings = { "adx" : "yes", // yes/no if we should include adx on page "groupname" : "Main", // track groupname in htl/gam "has_folders" : "yes", // track folder pages in htl/gam "user_type" : "guest", // track member/guest in htl/gam "is_testing" : "no", // yes/no if in testing mode "split_testing" : "1", // 0/1, 0=control, 1=test, for a/b testing "send_reports" : "1", // true/false if reports should be sent for logging in DataBricks "report_url" : "https://analytics.tvtropes.org/analytics-data/tvtropes/", // Endpoint for logging (data stream) "logging_turned_on": "1", // true/false if console logging should be turned on "site_name" : "tvtropes", // Site name for display in logging "sticky_slot_names": ["tvtropes_dt_sticky", "tvtropes_m_sticky"], // Possible slot names for the sticky slot } </script> <script> // Create the ad project var ads_project = (function(sent_in_settings){ //default settings var setting_defaults = { "adx" : "yes", "groupname" : "", "has_folders" : "unknown", "user_type" : "guest", "is_testing" : "no", "split_testing" : "0", "send_reports" : "0", "logging_turned_on": "false", "site_name" : "site_name", "report_url" : "", "page_template" : "", "sticky_slot_names": [] } // Combine defaults with sent in parameters var project_settings = {...setting_defaults, ...sent_in_settings}; /*************************************** --------------- AD CODE --------------- ***************************************/ window.BCLighthouseTag = window.BCLighthouseTag || {}; window.BCLighthouseTag.cmd = window.BCLighthouseTag.cmd || []; BCLighthouseTag.cmd.push(function() { // Only set these if given in settings if(project_settings.groupname != "") BCLighthouseTag.setTargeting("groupname", project_settings.groupname); if(project_settings.page_template != "") BCLighthouseTag.setTargeting("page_template", project_settings.page_template); BCLighthouseTag.setTargeting("adx", project_settings.adx); BCLighthouseTag.setTargeting('website', project_settings.site_name); BCLighthouseTag.setTargeting('user_type', project_settings.user_type); BCLighthouseTag.setTargeting('has_folders', project_settings.has_folders); }); // Logging function output_logging(content){ if(project_settings.logging_turned_on){ if(typeof content == "string") console.log(project_settings.site_name + " Ads: " + content); else console.log(content); } } })(site_htl_settings); </script> <script type="text/javascript"> var tvtropes_config = { asteri_stream_enabled : "1", is_logged_in : "", live_server : "1", bigcrunch_live : "1", handle : "", email_popup : "0", troper_email : "", get_asteri_stream : "", revnum : "0be7dc0061d227d69754a0ef6494d97a715e244d", img_domain : "https://static.tvtropes.org", adblock : "1", adblock_url : "propermessage.io", universal_page_type : "Article", pause_editing : "0", pause_editing_msg : "", pause_site_changes : "0", assets_domain : "https://assets.tvtropes.org" }; // This will track the total number of ads inserted over time var globalAdInsertionCount = 0; // Check to see if this page is isolated, if so, run BCLighthouseTag.disableGoogleAdManager(); if(window.site_htl_settings.adx == "no"){ console.log("disabling google"); BCLighthouseTag.cmd.push(() => { BCLighthouseTag.disableGoogleAdManager(); }); } </script> <script> // Add second script to the head var htl_script = document.createElement('script'); htl_script.async = "async"; // Add the fundingchoices script to the head var script = document.createElement('script'); script.src = "https://fundingchoicesmessages.google.com/i/pub-6608306193529351?ers=1"; script.async = true; script.nonce = "rczD8qB5ececf2fL1Vj9XQ"; // Add second script to the head var script2 = document.createElement('script'); script2.nonce = "rczD8qB5ececf2fL1Vj9XQ"; script2.innerHTML = "(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();"; // Add both scripts to head document.head.appendChild(script); document.head.appendChild(script2); var bigcrunch_url = window.tvtropes_config.bigcrunch_live == 1 ? "https://lh.bigcrunch.com/main.js" : "https://dev-lh.bigcrunch.com/main.js"; htl_script.src = bigcrunch_url; htl_script.id = "bigcrunchtag"; htl_script.setAttribute('data-property-id', '34a5ddec-697b-424e-81d2-e6bb46a1b83e'); // Add both scripts to head document.head.appendChild(htl_script); </script> <script> // Add HTL script to head document.head.appendChild(htl_script); </script> <script>(function(){/* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ 'use strict';var aa=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},ba="function"==typeof Object.create?Object.create:function(a){var b=function(){};b.prototype=a;return new b},k;if("function"==typeof Object.setPrototypeOf)k=Object.setPrototypeOf;else{var m;a:{var ca={a:!0},n={};try{n.__proto__=ca;m=n.a;break a}catch(a){}m=!1}k=m?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+" is not extensible");return a}:null} var p=k,q=function(a,b){a.prototype=ba(b.prototype);a.prototype.constructor=a;if(p)p(a,b);else for(var c in b)if("prototype"!=c)if(Object.defineProperties){var d=Object.getOwnPropertyDescriptor(b,c);d&&Object.defineProperty(a,c,d)}else a[c]=b[c];a.v=b.prototype},r=this||self,da=function(){},t=function(a){return a};var u;var w=function(a,b){this.g=b===v?a:""};w.prototype.toString=function(){return this.g+""};var v={},x=function(a){if(void 0===u){var b=null;var c=r.trustedTypes;if(c&&c.createPolicy){try{b=c.createPolicy("goog#html",{createHTML:t,createScript:t,createScriptURL:t})}catch(d){r.console&&r.console.error(d.message)}u=b}else u=b}a=(b=u)?b.createScriptURL(a):a;return new w(a,v)};var A=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^Date.now()).toString(36)};var B={},C=null;var D="function"===typeof Uint8Array;function E(a,b,c){return"object"===typeof a?D&&!Array.isArray(a)&&a instanceof Uint8Array?c(a):F(a,b,c):b(a)}function F(a,b,c){if(Array.isArray(a)){for(var d=Array(a.length),e=0;e<a.length;e++){var f=a[e];null!=f&&(d[e]=E(f,b,c))}Array.isArray(a)&&a.s&&G(d);return d}d={};for(e in a)Object.prototype.hasOwnProperty.call(a,e)&&(f=a[e],null!=f&&(d[e]=E(f,b,c)));return d} function ea(a){return F(a,function(b){return"number"===typeof b?isFinite(b)?b:String(b):b},function(b){var c;void 0===c&&(c=0);if(!C){C={};for(var d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),e=["+/=","+/","-_=","-_.","-_"],f=0;5>f;f++){var h=d.concat(e[f].split(""));B[f]=h;for(var g=0;g<h.length;g++){var l=h[g];void 0===C[l]&&(C[l]=g)}}}c=B[c];d=Array(Math.floor(b.length/3));e=c[64]||"";for(f=h=0;h<b.length-2;h+=3){var y=b[h],z=b[h+1];l=b[h+2];g=c[y>>2];y=c[(y&3)<< 4|z>>4];z=c[(z&15)<<2|l>>6];l=c[l&63];d[f++]=""+g+y+z+l}g=0;l=e;switch(b.length-h){case 2:g=b[h+1],l=c[(g&15)<<2]||e;case 1:b=b[h],d[f]=""+c[b>>2]+c[(b&3)<<4|g>>4]+l+e}return d.join("")})}var fa={s:{value:!0,configurable:!0}},G=function(a){Array.isArray(a)&&!Object.isFrozen(a)&&Object.defineProperties(a,fa);return a};var H;var J=function(a,b,c){var d=H;H=null;a||(a=d);d=this.constructor.u;a||(a=d?[d]:[]);this.j=d?0:-1;this.h=null;this.g=a;a:{d=this.g.length;a=d-1;if(d&&(d=this.g[a],!(null===d||"object"!=typeof d||Array.isArray(d)||D&&d instanceof Uint8Array))){this.l=a-this.j;this.i=d;break a}void 0!==b&&-1<b?(this.l=Math.max(b,a+1-this.j),this.i=null):this.l=Number.MAX_VALUE}if(c)for(b=0;b<c.length;b++)a=c[b],a<this.l?(a+=this.j,(d=this.g[a])?G(d):this.g[a]=I):(d=this.l+this.j,this.g[d]||(this.i=this.g[d]={}),(d=this.i[a])? G(d):this.i[a]=I)},I=Object.freeze(G([])),K=function(a,b){if(-1===b)return null;if(b<a.l){b+=a.j;var c=a.g[b];return c!==I?c:a.g[b]=G([])}if(a.i)return c=a.i[b],c!==I?c:a.i[b]=G([])},M=function(a,b){var c=L;if(-1===b)return null;a.h||(a.h={});if(!a.h[b]){var d=K(a,b);d&&(a.h[b]=new c(d))}return a.h[b]};J.prototype.toJSON=function(){var a=N(this,!1);return ea(a)}; var N=function(a,b){if(a.h)for(var c in a.h)if(Object.prototype.hasOwnProperty.call(a.h,c)){var d=a.h[c];if(Array.isArray(d))for(var e=0;e<d.length;e++)d[e]&&N(d[e],b);else d&&N(d,b)}return a.g},O=function(a,b){H=b=b?JSON.parse(b):null;a=new a(b);H=null;return a};J.prototype.toString=function(){return N(this,!1).toString()};var P=function(a){J.call(this,a)};q(P,J);function ha(a){var b,c=(a.ownerDocument&&a.ownerDocument.defaultView||window).document,d=null===(b=c.querySelector)||void 0===b?void 0:b.call(c,"script[nonce]");(b=d?d.nonce||d.getAttribute("nonce")||"":"")&&a.setAttribute("nonce",b)};var Q=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},R=function(a){this.g=a||r.document||document};R.prototype.appendChild=function(a,b){a.appendChild(b)};var S=function(a,b,c,d,e,f){try{var h=a.g,g=Q(a.g,"SCRIPT");g.async=!0;g.src=b instanceof w&&b.constructor===w?b.g:"type_error:TrustedResourceUrl";ha(g);h.head.appendChild(g);g.addEventListener("load",function(){e();d&&h.head.removeChild(g)});g.addEventListener("error",function(){0<c?S(a,b,c-1,d,e,f):(d&&h.head.removeChild(g),f())})}catch(l){f()}};var ia=r.atob("aHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vaW1hZ2VzL2ljb25zL21hdGVyaWFsL3N5c3RlbS8xeC93YXJuaW5nX2FtYmVyXzI0ZHAucG5n"),ja=r.atob("WW91IGFyZSBzZWVpbmcgdGhpcyBtZXNzYWdlIGJlY2F1c2UgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlIGlzIGludGVyZmVyaW5nIHdpdGggdGhpcyBwYWdlLg=="),ka=r.atob("RGlzYWJsZSBhbnkgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlLCB0aGVuIHJlbG9hZCB0aGlzIHBhZ2Uu"),la=function(a,b,c){this.h=a;this.j=new R(this.h);this.g=null;this.i=[];this.l=!1;this.o=b;this.m=c},V=function(a){if(a.h.body&&!a.l){var b= function(){T(a);r.setTimeout(function(){return U(a,3)},50)};S(a.j,a.o,2,!0,function(){r[a.m]||b()},b);a.l=!0}},T=function(a){for(var b=W(1,5),c=0;c<b;c++){var d=X(a);a.h.body.appendChild(d);a.i.push(d)}b=X(a);b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.width=W(100,110).toString()+"%";b.style.zIndex=W(2147483544,2147483644).toString();b.style["background-color"]=ma(249,259,242,252,219,229);b.style["box-shadow"]="0 0 12px #888";b.style.color=ma(0,10,0,10,0,10);b.style.display= "flex";b.style["justify-content"]="center";b.style["font-family"]="Roboto, Arial";c=X(a);c.style.width=W(80,85).toString()+"%";c.style.maxWidth=W(750,775).toString()+"px";c.style.margin="24px";c.style.display="flex";c.style["align-items"]="flex-start";c.style["justify-content"]="center";d=Q(a.j.g,"IMG");d.className=A();d.src=ia;d.style.height="24px";d.style.width="24px";d.style["padding-right"]="16px";var e=X(a),f=X(a);f.style["font-weight"]="bold";f.textContent=ja;var h=X(a);h.textContent=ka;Y(a, e,f);Y(a,e,h);Y(a,c,d);Y(a,c,e);Y(a,b,c);a.g=b;a.h.body.appendChild(a.g);b=W(1,5);for(c=0;c<b;c++)d=X(a),a.h.body.appendChild(d),a.i.push(d)},Y=function(a,b,c){for(var d=W(1,5),e=0;e<d;e++){var f=X(a);b.appendChild(f)}b.appendChild(c);c=W(1,5);for(d=0;d<c;d++)e=X(a),b.appendChild(e)},W=function(a,b){return Math.floor(a+Math.random()*(b-a))},ma=function(a,b,c,d,e,f){return"rgb("+W(Math.max(a,0),Math.min(b,255)).toString()+","+W(Math.max(c,0),Math.min(d,255)).toString()+","+W(Math.max(e,0),Math.min(f, 255)).toString()+")"},X=function(a){a=Q(a.j.g,"DIV");a.className=A();return a},U=function(a,b){0>=b||null!=a.g&&0!=a.g.offsetHeight&&0!=a.g.offsetWidth||(na(a),T(a),r.setTimeout(function(){return U(a,b-1)},50))},na=function(a){var b=a.i;var c="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];b=c?c.call(b):{next:aa(b)};for(c=b.next();!c.done;c=b.next())(c=c.value)&&c.parentNode&&c.parentNode.removeChild(c);a.i=[];(b=a.g)&&b.parentNode&&b.parentNode.removeChild(b);a.g=null};var pa=function(a,b,c,d,e){var f=oa(c),h=function(l){l.appendChild(f);r.setTimeout(function(){f?(0!==f.offsetHeight&&0!==f.offsetWidth?b():a(),f.parentNode&&f.parentNode.removeChild(f)):a()},d)},g=function(l){document.body?h(document.body):0<l?r.setTimeout(function(){g(l-1)},e):b()};g(3)},oa=function(a){var b=document.createElement("div");b.className=a;b.style.width="1px";b.style.height="1px";b.style.position="absolute";b.style.left="-10000px";b.style.top="-10000px";b.style.zIndex="-10000";return b};var L=function(a){J.call(this,a)};q(L,J);var qa=function(a){J.call(this,a)};q(qa,J);var ra=function(a,b){this.l=a;this.m=new R(a.document);this.g=b;this.i=K(this.g,1);b=M(this.g,2);this.o=x(K(b,4)||"");this.h=!1;b=M(this.g,13);b=x(K(b,4)||"");this.j=new la(a.document,b,K(this.g,12))};ra.prototype.start=function(){sa(this)}; var sa=function(a){ta(a);S(a.m,a.o,3,!1,function(){a:{var b=a.i;var c=r.btoa(b);if(c=r[c]){try{var d=O(P,r.atob(c))}catch(e){b=!1;break a}b=b===K(d,1)}else b=!1}b?Z(a,K(a.g,14)):(Z(a,K(a.g,8)),V(a.j))},function(){pa(function(){Z(a,K(a.g,7));V(a.j)},function(){return Z(a,K(a.g,6))},K(a.g,9),K(a.g,10),K(a.g,11))})},Z=function(a,b){a.h||(a.h=!0,a=new a.l.XMLHttpRequest,a.open("GET",b,!0),a.send())},ta=function(a){var b=r.btoa(a.i);a.l[b]&&Z(a,K(a.g,5))};(function(a,b){r[a]=function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];r[a]=da;b.apply(null,d)}})("__h82AlnkH6D91__",function(a){"function"===typeof window.atob&&(new ra(window,O(qa,window.atob(a)))).start()});}).call(this); window.__h82AlnkH6D91__("WyJwdWItMjU3NTc4ODY5MDc5ODI4MiIsW251bGwsbnVsbCxudWxsLCJodHRwczovL2Z1bmRpbmdjaG9pY2VzbWVzc2FnZXMuZ29vZ2xlLmNvbS9iL3B1Yi0yNTc1Nzg4NjkwNzk4MjgyIl0sbnVsbCxudWxsLCJodHRwczovL2Z1bmRpbmdjaG9pY2VzbWVzc2FnZXMuZ29vZ2xlLmNvbS9lbC9BR1NLV3hWV0tMOXhFeS1ZVk1sOTdzcC10MW5mbkxvWmZweWVjaGRJdUxJU244LXpjbUwxM1R5Mlhhb2RoQTJFU3VNS3ljQm1kVHgxSUNlMVBrX2hIeUxHa1ZZNHJ3XHUwMDNkXHUwMDNkP3RlXHUwMDNkVE9LRU5fRVhQT1NFRCIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2VsL0FHU0tXeFZCeVhDdDlWajY1eXNrMWFHVW9LUUpLdktrTlh4WVdlRDBhYnhmS3RVUi00eDZfRTNWOXpqSm5vYkFfVzIxeGNDb3F3M1RmN1dYRmxXZFZaazVMMFlQQ2dcdTAwM2RcdTAwM2Q/YWJcdTAwM2QxXHUwMDI2c2JmXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2VsL0FHU0tXeFV4bEsxQ0dxcEpGY3lvcXZXZ0ZnWWRBRjhMMzBOU0Y1ci1paGZSd1VRNzV4YmF6NGxydWVfRUhoWmU1ai00UUhRYXc4MUVZREFkQ2pBN21Tb1BxUUsxaFFcdTAwM2RcdTAwM2Q/YWJcdTAwM2QyXHUwMDI2c2JmXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2VsL0FHU0tXeFZJUWxpOV9jN0NuWWlHWkU3S2xIV2JWVi10NlpYQ2hQTnlHVTRobGhmSjdLQnJnNjllSFhHYm9aSXRqRm42MDViNWpuaG5KYkxCcU1ySURyY2lLVEk0VmdcdTAwM2RcdTAwM2Q/c2JmXHUwMDNkMiIsImRpdi1ncHQtYWQiLDIwLDEwMCwiY0hWaUxUSTFOelUzT0RnMk9UQTNPVGd5T0RJXHUwMDNkIixbbnVsbCxudWxsLG51bGwsImh0dHBzOi8vd3d3LmdzdGF0aWMuY29tLzBlbW4vZi9wL3B1Yi0yNTc1Nzg4NjkwNzk4MjgyLmpzP3VzcXBcdTAwM2RDQkEiXSwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vZWwvQUdTS1d4V1hNUEJXZjVaNURyT1VGdDZwVVR5eGh1YzBFNlVGQnJJZUhuUUNCMVlUOWVtYlJTbGxYQ3F6NDV5ODdqT3RVWC1SX3JkcmdudFdjejdtazA2WkZYWDQyd1x1MDAzZFx1MDAzZCJd"); </script> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Funny Foreigner - TV Tropes</title> <meta name="description" content="The Funny Foreigner trope as used in popular culture. Foreigners are funny! Or so say a good number of comedy shows. The jokes practically write themselves; &hellip;" /> <link rel="canonical" href="https://tvtropes.org/pmwiki/pmwiki.php/Main/FunnyForeigner" /> <link rel="shortcut icon" href="https://assets.tvtropes.org/img/icons/favicon.ico" type="image/x-icon" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@tvtropes" /> <meta name="twitter:owner" content="@tvtropes" /> <meta name="twitter:title" content="Funny Foreigner - TV Tropes" /> <meta name="twitter:description" content="The Funny Foreigner trope as used in popular culture. Foreigners are funny! Or so say a good number of comedy shows. The jokes practically write themselves; &hellip;" /> <meta name="twitter:image:src" content="https://static.tvtropes.org/pmwiki/pub/images/funnyforeigner_53.png" /> <meta property="og:site_name" content="TV Tropes" /> <meta property="og:locale" content="en_US" /> <meta property="article:publisher" content="https://www.facebook.com/tvtropes" /> <meta property="og:title" content="Funny Foreigner - TV Tropes" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://tvtropes.org/pmwiki/pmwiki.php/Main/FunnyForeigner" /> <meta property="og:image" content="https://static.tvtropes.org/pmwiki/pub/images/funnyforeigner_53.png" /> <meta property="og:description" content="Foreigners are funny! Or so say a good number of comedy shows. The jokes practically write themselves; foreigners mangle the language (especially idioms) in funny ways, they are ignorant of customs in the show's home country, and they have their &hellip;" /> <meta name="robots" content="max-image-preview:large"> <link rel="apple-touch-icon" sizes="57x57" href="https://assets.tvtropes.org/img/icons/apple-icon-57x57.png" type="image/png"> <link rel="apple-touch-icon" sizes="60x60" href="https://assets.tvtropes.org/img/icons/apple-icon-60x60.png" type="image/png"> <link rel="apple-touch-icon" sizes="72x72" href="https://assets.tvtropes.org/img/icons/apple-icon-72x72.png" type="image/png"> <link rel="apple-touch-icon" sizes="76x76" href="https://assets.tvtropes.org/img/icons/apple-icon-76x76.png" type="image/png"> <link rel="apple-touch-icon" sizes="114x114" href="https://assets.tvtropes.org/img/icons/apple-icon-114x114.png" type="image/png"> <link rel="apple-touch-icon" sizes="120x120" href="https://assets.tvtropes.org/img/icons/apple-icon-120x120.png" type="image/png"> <link rel="apple-touch-icon" sizes="144x144" href="https://assets.tvtropes.org/img/icons/apple-icon-144x144.png" type="image/png"> <link rel="apple-touch-icon" sizes="152x152" href="https://assets.tvtropes.org/img/icons/apple-icon-152x152.png" type="image/png"> <link rel="apple-touch-icon" sizes="180x180" href="https://assets.tvtropes.org/img/icons/apple-icon-180x180.png" type="image/png"> <link rel="icon" sizes="16x16" href="https://assets.tvtropes.org/img/icons/favicon-16x16.png" type="image/png"> <link rel="icon" sizes="32x32" href="https://assets.tvtropes.org/img/icons/favicon-32x32.png" type="image/png"> <link rel="icon" sizes="96x96" href="https://assets.tvtropes.org/img/icons/favicon-96x96.png" type="image/png"> <link rel="icon" sizes="192x192" href="https://assets.tvtropes.org/img/icons/favicon-192x192.png" type="image/png"> <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> <link rel="stylesheet" href="https://assets.tvtropes.org/design/assets/bundle.css?rev=0be7dc0061d227d69754a0ef6494d97a715e244d" /> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3821842-1', 'auto'); ga('send', 'pageview'); </script> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '850567933835915'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=850567933835915&ev=PageView&noscript=1" /></noscript> <script> !function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document); rdt('init','a2_fksv8rryv493'); rdt('track', 'PageVisit'); </script> </head> <body class=""> <i id="user-prefs"></i> <script>updateUserPrefs();</script> <div id="fb-root"></div> <div id="modal-box"> <div class="modal-loading-graphic"></div> </div> <style> @keyframes rotate-forever { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #modal-box > .modal-loading-graphic { display: none; /* Hidden by default */ background: no-repeat center url('/images/loading-graphic.png'); background-size: 80px 80px; width: 80px; height: 80px; border-radius: 50%; position: absolute; top: calc(30% - 40px); left: calc(50% - 40px); z-index: 2; animation: rotate-forever 0.34s linear infinite; } #modal-box.active > .modal-loading-graphic { display: block; /* Show only when modal is active */ } </style> <header id="main-header-bar" class="headroom-element "> <div id="main-header-bar-inner"> <span id="header-spacer-left" class="header-spacer"></span> <a href="#mobile-menu" id="main-mobile-toggle" class="mobile-menu-toggle-button tablet-on"><span></span><span></span><span></span></a> <a href="/" id="main-header-logoButton" class="no-dev"></a> <span id="header-spacer-right" class="header-spacer"></span> <nav id="main-header-nav" class="tablet-off"> <a href="/pmwiki/pmwiki.php/Main/Tropes">Tropes</a> <a href="/pmwiki/pmwiki.php/Main/Media">Media</a> <a href="/pmwiki/browse.php" class="nav-browse">Browse</a> <a href="/pmwiki/popular-pages.php">Popular</a> <a href="/pmwiki/topics.php">Forums</a> <a href="/pmwiki/recent_videos.php" class="nav-browse">Videos</a> </nav> <div id="main-header-bar-right"> <div id="signup-login-box" class="font-xs mobile-off"> <a href="#" class="hover-underline bold" data-modal-target="signup">Join</a> <a href="#" class="hover-underline bold" data-modal-target="login">Login</a> </div> <div id="signup-login-mobileToggle" class="mobile-on inline"> <a href="#" data-modal-target="login"><i class="fa fa-user"></i></a> </div> <div id="search-box"> <form class="search" action="/pmwiki/search_result.php"> <input type="text" name="q" class="search-box" placeholder="Search" value="" required> <input type="submit" class="submit-button" value="&#xf002;" /> <input type="hidden" name="search_type" value="article"> <input type="hidden" name="page_type" value="all"> <input type="hidden" name="cx" value="partner-pub-6610802604051523:amzitfn8e7v"> <input type="hidden" name="cof" value="FORID:10"> <input type="hidden" name="ie" value="ISO-8859-1"> <input name="siteurl" type="hidden" value=""> <input name="ref" type="hidden" value=""> <input name="ss" type="hidden" value=""> </form> <a href="#close-search" class="mobile-on mobile-search-toggle close-x"><i class="fa fa-close"></i></a> </div> <div id="random-box"> <a href="/pmwiki/pmwiki.php/Main/EpicHail" class="button-random-trope" rel="nofollow" onclick="gtag('event', 'trope_random_button_click', {'is_user': 0});"></a> <a href="/pmwiki/pmwiki.php/Film/SuperFileteEnBuscaDeLaBeca" class="button-random-media" rel="nofollow" onclick="gtag('event', 'media_random_button_click', {'is_user': 0});"></a> </div> </div> </div> <div id="mobile-menu" class="tablet-on"><div class="mobile-menu-options"> <div class="nav-wrapper"> <a href="/pmwiki/pmwiki.php/Main/Tropes" class="xl">Tropes</a> <a href="/pmwiki/pmwiki.php/Main/Media" class="xl">Media</a> <a href="/pmwiki/browse.php" class="xl">Browse</a> <a href="/pmwiki/popular-pages.php" class="xl">Popular</a> <a href="/pmwiki/index_report.php" class="xl">Indexes</a> <a href="/pmwiki/topics.php" class="xl">Forums</a> <a href="/pmwiki/recent_videos.php" class="xl">Videos</a> <a href="/pmwiki/query.php?type=att">Ask The Tropers</a> <a href="/pmwiki/query.php?type=tf">Trope Finder</a> <a href="/pmwiki/query.php?type=ykts">Media Finder</a> <a href="/pmwiki/tlp_activity.php">Trope Launch Pad</a> <a href="/pmwiki/query.php?type=wl">Tech Wishlist</a> <a href="/pmwiki/review_activity.php">Reviews</a> <a href="#tools" data-click-toggle="active">Tools <i class="fa fa-chevron-down"></i></a> <div class="tools-dropdown mobile-dropdown-linkList"> <a href="/pmwiki/cutlist.php" data-modal-target="login" rel="nofollow">Cut List</a> <a href="/pmwiki/image-fixer.php" data-modal-target="login" rel="nofollow">Image Fixer</a> <a href="/pmwiki/changes.php">New Edits</a> <a href="/pmwiki/articles_new.php">New Articles</a> <a href="/pmwiki/recent_edit_reasons.php">Edit Reasons</a> <a href="/pmwiki/launches.php" data-modal-target="login" rel="nofollow">Launches</a> <a href="/pmwiki/img_list.php" data-modal-target="login" rel="nofollow">Images List</a> <a href="/pmwiki/crown_activity.php">Crowner Activity</a> <a href="/pmwiki/no_types.php">Un-typed Pages</a> <a href="/pmwiki/page_type_audit.php">Recent Page Type Changes</a> <a href="/pmwiki/changelog.php">Changelog</a> </div> <a href="#tips" data-click-toggle="active">Tips <i class="fa fa-chevron-down"></i></a> <div class="tips-dropdown mobile-dropdown-linkList"> <a href="/pmwiki/pmwiki.php/Administrivia/CreatingNewRedirects">Creating New Redirects</a> <a href="/pmwiki/pmwiki.php/Administrivia/Crosswicking">Cross Wicking</a> <a href="/pmwiki/pmwiki.php/Administrivia/TipsForEditing">Tips for Editing</a> <a href="/pmwiki/pmwiki.php/Administrivia/TextFormattingRules">Text Formatting Rules</a> <a href="/pmwiki/pmwiki.php/Administrivia/TVTropesGlossary?from=Main.TVTropesGlossary">Glossary</a> <a href="/pmwiki/pmwiki.php/Administrivia/EditReasonsAndWhyYouShouldUseThem">Edit Reasons</a> <a href="/pmwiki/pmwiki.php/Administrivia/HandlingSpoilers">Handling Spoilers</a> <a href="/pmwiki/pmwiki.php/Administrivia/WordCruft">Word Cruft</a> <a href="/pmwiki/pmwiki.php/Main/Administrivia">Administrivia</a> <a href="/pmwiki/pmwiki.php/Main/FAQ">FAQ</a> </div> <a href="#hq" data-click-toggle="active">Tropes HQ <i class="fa fa-chevron-down"></i></a> <div class="tools-dropdown mobile-dropdown-linkList"> <a href="/pmwiki/about.php">About Us</a> <a href="/pmwiki/contact.php">Contact Us</a> <a href="/pmwiki/dmca.php">DMCA Notice</a> <a href="/pmwiki/privacypolicy.php">Privacy Policy</a> <a href="/pmwiki/query.php?type=bug">Report Bug</a> </div> <a href="/pmwiki/ad-free-subscribe.php">Go Ad-Free</a> <a href="/pmwiki/changelog.php">Changelog</a></li> <div class="toggle-switches"> <ul class="mobile-menu display-toggles"> <li>Show Spoilers <div id="mobile-toggle-showspoilers" class="display-toggle show-spoilers"></div></li> <li>Night Vision <div id="mobile-toggle-nightvision" class="display-toggle night-vision"></div></li> <li>Sticky Header <div id="mobile-toggle-stickyheader" class="display-toggle sticky-header"></div></li> <li>Highlight Links <div id="mobile-toggle-highlightlinks" class="display-toggle highlight-links"></div></li> </ul> <script>updateMobilePrefs();</script> </div> </div> </div> </div> </header> <div id="homepage-introBox-mobile" class="mobile-on"> <a href="/"><img src="/images/logo-white-big.png" class="logo-small" /></a> <form class="search" action="/pmwiki/search_result.php" style="margin:10px -5px -6px -5px;"> <input type="text" name="q" class="search-box" placeholder="Search" value="" required> <input type="submit" class="submit-button" value="&#xf002;" /> <input type="hidden" name="search_type" value="article"> <input type="hidden" name="page_type" value="all"> <input type="hidden" name="cx" value="partner-pub-6610802604051523:amzitfn8e7v"> <input type="hidden" name="cof" value="FORID:10"> <input type="hidden" name="ie" value="ISO-8859-1"> <input name="siteurl" type="hidden" value=""> <input name="ref" type="hidden" value=""> <input name="ss" type="hidden" value=""> </form> </div> <script> // Get device type function get_device_type(){ var ua = navigator.userAgent.toLowerCase(); var device_type = ""; // This is usually "tablet", but for this case we are going to call it mobile if(/(ipad|tablet|(android(?!.*mobile))|(windows(?!.*phone)(.*touch))|kindle|playbook|silk|(puffin(?!.*(IP|AP|WP))))/.test(ua)) device_type = "mobile"; // This is mobile else if(/(mobi|ipod|phone|blackberry|opera mini|fennec|minimo|symbian|psp|nintendo ds|archos|skyfire|puffin|blazer|bolt|gobrowser|iris|maemo|semc|teashark|uzard)/.test(ua)) device_type = "mobile"; // Otherwise desktop else device_type = "desktop"; return device_type; } var show_modal_loaded = false; //// MOBILE MENU TOGGLE FUNCTIONS //// function show_modal(type, message, confirmation_url, call_back, oauth_finalize, groupname, title, video_id) { console.log("showing modal " + type); const modalBox = document.getElementById('modal-box'); const childDivs = modalBox.querySelectorAll(':scope > div'); // Check if there are more than one child divs in the modal box, indicating a modal is already there if (childDivs.length > 1) { kill_modal(); } // Show the modal and the loading graphic modalBox.classList.add('active'); let alert = ''; if (typeof message === 'object' && message !== null) { Object.keys(message).forEach(function(key) { alert += '&' + key + '=' + encodeURIComponent(message[key]); }); } else { alert = '&message=' + encodeURIComponent(message); } // Construct the URL with parameters const url = '/design/parts/component-modalBox.php?window=' + type + alert + (confirmation_url ? '&curl=' + encodeURIComponent(confirmation_url) : "") + (oauth_finalize ? '&oauth_finalize=' + encodeURIComponent(oauth_finalize) : "") + (groupname ? '&groupname=' + groupname : "") + (video_id ? '&video_id=' + encodeURIComponent(video_id) : ""); fetch(url) .then(response => response.text()) .then(html => { modalBox.innerHTML = html; // Find and execute scripts const scripts = modalBox.querySelectorAll('script'); scripts.forEach(script => { const newScript = document.createElement('script'); newScript.type = 'text/javascript'; if (script.src) { newScript.src = script.src; // Wait for Dropzone.js to load before adding the imguploader.js if(newScript.src.includes('/design/js/dropzone.js')) { newScript.onload = function() { // Now load the imguploader.js script const img_uploader_script = document.createElement('script'); img_uploader_script.type = 'text/javascript'; img_uploader_script.src = "/design/js/imguploader.js"; img_uploader_script.onload = function (){ myAwesomeDropzone = new Dropzone("#myAwesomeDropzone", { url: "/ajax/uploadImg.php" }); } document.body.appendChild(img_uploader_script); } } } else { newScript.textContent = script.textContent; } // Remove the old script and add the new one script.parentNode.removeChild(script); modalBox.appendChild(newScript); }); if(call_back) { call_back(); } }); if(show_modal_loaded == false){ // Kill modal if blackout is clicked modalBox.addEventListener('click', function(e) { if (e.target === e.currentTarget) { kill_modal(); } }); } show_modal_loaded = true; } // Modal kill function function kill_modal() { console.log("killing modal"); const modalBox = document.getElementById('modal-box'); modalBox.classList.remove('active'); // Replace the content directly with the new loading graphic modalBox.innerHTML = '<div class="modal-loading-graphic"></div>'; } // Modal "loading" mode, without killing function pause_modal() { var modal = document.querySelector('#modal-box > div.modal'); if(!modal) modal = document.querySelector('#modal-box'); modal.classList.add('hidden'); const modalBox = document.getElementById('modal-box'); modalBox.classList.add('paused'); const loadingGraphic = document.createElement('div'); loadingGraphic.className = 'modal-loading-graphic'; modalBox.appendChild(loadingGraphic); } function unpause_modal() { const modalBox = document.getElementById('modal-box'); modalBox.classList.remove('paused'); var modal = document.querySelector('#modal-box > div.modal'); if(!modal) modal = document.querySelector('#modal-box'); modal.classList.remove('hidden'); const loadingGraphic = document.querySelector('#modal-box > div.modal-loading-graphic'); if (loadingGraphic) { modalBox.removeChild(loadingGraphic); } } // COMPONENT: LOAD GRAPHIC function show_loader() { console.log("Displaying loading graphic"); kill_modal(); const modalBox = document.getElementById('modal-box'); modalBox.classList.add('active'); const loadingGraphic = document.createElement('div'); loadingGraphic.className = 'modal-loading-graphic'; modalBox.appendChild(loadingGraphic); } // TOGGLE NOTES function togglenote(id){ var ele=object(id); var state = ele.style.display; if(state=='none') ele.style.display='inline'; if(state=='inline')ele.style.display='none'; } // Toggle more menu function toggle_more_menu(position){ var more_menu = document.getElementById(position+"_more_list"); more_menu.classList.toggle("hidden_more_list"); more_menu.classList.toggle("display"); var menu_button = document.getElementById(position+"_more_button"); menu_button.classList.toggle("is-open"); } // scroll to top of page function scroll_to_top(duration) { var start = window.pageYOffset; var start_time = performance.now(); if ('requestAnimationFrame' in window === false) { window.scrollTo(0, 0); return; } function scroll() { var current_time = performance.now(); var elapsed_time = current_time - start_time; var progress = elapsed_time / duration; var ease_in_out_quad = progress < 0.5 ? 2 * progress * progress : -1 + (4 - 2 * progress) * progress; window.scrollTo(0, start * (1 - ease_in_out_quad)); if (elapsed_time < duration) { requestAnimationFrame(scroll); } else { window.scrollTo(0, 0); } } scroll(); } // FOLDER BUTTONS (unused) - declared to prevent console errors. function toggleAllFolders() {} function togglefolder(id) {} var device_type = get_device_type(); const mobile_menu_button = document.querySelector('.mobile-menu-toggle-button'); if (mobile_menu_button) { mobile_menu_button.addEventListener('click', function(e) { e.preventDefault(); const header = document.querySelector('header#main-header-bar'); if (header.classList.contains('mobile-menu-active')) { header.classList.remove('mobile-menu-active'); } else { header.classList.add('mobile-menu-active'); } }); } // tracking height for multiple folders to insert ads var global_pHeight = 0; // MODAL - FOLDER - SPOILER BUTTONS document.body.addEventListener('click', function(e) { // WATCH / FOLLOW BUTTONS const target = e.target.closest('.watch-button'); const loggedInElement = document.getElementById('logged_in'); const loggedIn = loggedInElement ? loggedInElement.value : null; //special code for the desktop-on-mobile-toggle cookie link if (e.target.closest('#desktop-on-mobile-toggle > a')) { e.preventDefault(); var body_class = "desktop-on-mobile"; var userPrefs = document.getElementById('user-prefs'); if (userPrefs.classList.contains(body_class)) { cookies.remove(body_class); } else { cookies.create(body_class, 'true', 300, '/'); } location.reload(); } // Display toggle buttons for user preferences if (e.target.closest('.display-toggles > li')) { var toggle = e.target; if(toggle.tagName.toLowerCase() === 'li') toggle = toggle.children[0]; var body_class = ''; var pref = ''; var val = 0; // SIDEBAR AND MOBILE MENU OPTIONS if (toggle.classList.contains('wide-load')) { body_class = "wide-load"; } else if (toggle.classList.contains('sticky-header')) { body_class = "sticky-header"; } else if (toggle.classList.contains('night-vision')) { body_class = "night-vision"; } else if (toggle.classList.contains('show-spoilers')) { body_class = "show-spoilers"; } else if (toggle.classList.contains('tvtropes-editor-on')) { body_class = "tvtropes-editor-on"; } // PROFILE PAGE OPTIONS else if (toggle.classList.contains('folders-open')) { body_class = "folders-open"; } else if (toggle.classList.contains('wysiwyg-toggle')) { body_class = "wysiwyg-toggle"; } else if (toggle.classList.contains('mono-font')) { body_class = "mono-font"; } else if (toggle.classList.contains('lefthand-sidebar')) { body_class = "lefthand-sidebar"; } else if (toggle.classList.contains('highlight-links')) { body_class = "highlight-links"; } else if (toggle.classList.contains('forum-gingerbread')) { body_class = "forum-gingerbread"; } else if (toggle.classList.contains('shared-avatars')) { body_class = "shared-avatars"; pref = 'accept_share'; val = toggle.classList.contains('active') ? 0 : 1; } else if (toggle.classList.contains('new-search')) { body_class = "new-search"; pref = 'new_search'; val = toggle.classList.contains('active') ? 0 : 1; } else if (toggle.classList.contains('stop-auto-play-video')) { body_class = "stop-auto-play-video"; pref = 'stop_auto_play_video'; val = toggle.classList.contains('active') ? 0 : 1; } else if (toggle.classList.contains('notification-pm')) { body_class = 'notification-pm'; pref = 'toggle_notification_pm'; val = toggle.classList.contains('active') ? 0 : 1; } else if (toggle.classList.contains('notification-video')) { body_class = 'notification-video'; pref = 'toggle_notification_video'; val = toggle.classList.contains('active') ? 0 : 1; } else if (toggle.classList.contains('notification-query')) { body_class = 'notification-query'; pref = 'toggle_notification_query'; val = toggle.classList.contains('active') ? 0 : 1; } if (pref === 'accept_share' || pref === 'new_search' || pref === 'stop_auto_play_video' || pref === 'toggle_notification_query' || pref === 'toggle_notification_pm' || pref === 'toggle_notification_video') { if (pref === 'new_search' && document.querySelector('#new-search-toggle')) show_loader(); fetch('/ajax/toggle_user_prefs.php', { method: 'POST', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: 'pref=' + encodeURIComponent(pref) + '&value=' + encodeURIComponent(val) }) .then(response => response.json()) .then(json => { if (pref === 'new_search') { const newSearchToggle = document.querySelector('#new-search-toggle'); const searchInput = document.getElementById('srch-term').value; const pageType = document.getElementsByName('page_type')[0].value; if (newSearchToggle && newSearchToggle.classList.contains('active')) { kill_modal(); window.location.href = '/pmwiki/elastic_search_result.php?new_search=true&q=' + encodeURIComponent(searchInput) + '&page_type=' + encodeURIComponent(pageType); } else if (newSearchToggle) { kill_modal(); window.location.href = '/pmwiki/search_result.php?new_search=false&q=' + encodeURIComponent(searchInput); } } }) .catch(error => { console.error('Error:', error); }); document.querySelector('form.search').addEventListener('submit', function(e) { if (cookies.read('new-search') === 'true') { e.preventDefault(); this.setAttribute('action', "/pmwiki/elastic_search_result.php"); } }); } // Toggle 'active' class based on body_class var displayToggles = document.querySelectorAll('.display-toggle.' + body_class); displayToggles.forEach(item_to_toggle => { item_to_toggle.classList.toggle('active'); }); var userPrefs = document.getElementById('user-prefs'); userPrefs.classList.toggle(body_class); console.log('BODY CLASS:',body_class); if (userPrefs.classList.contains(body_class)) { cookies.create(body_class, 'true', 300, '/'); } else { cookies.remove(body_class); // Specific logic for 'show-spoilers' class if (body_class === "show-spoilers") { document.querySelectorAll('.spoiler').forEach(spoiler => { spoiler.classList.remove('off'); }); } } } if (target && loggedIn !== null) { e.preventDefault(); if (loggedIn === 'true') { target.classList.add('processing'); } // Article if (target.getAttribute('data-watch-info')) { var data = target.dataset.watchInfo.split(','); if (!data.length) return; var addOrDrop = target.classList.contains('watching') || target.parentElement.classList.contains('watching') ? 'drop' : 'add'; handleWatchItem(addOrDrop, data[0], data[1], target); // Discussion page } else if (target.getAttribute('data-watch-discussion-info')) { var data = target.dataset.watchDiscussionInfo.split(','); if (!data.length) return; var addOrDrop = target.classList.contains('watching') || target.parentElement.classList.contains('watching') ? 'drop' : 'add'; var pageType = 'Discussion'; handleWatchItem(addOrDrop, data[0], data[1], target, pageType); // Forum thread } else if (target.getAttribute('data-watch-thread-id')) { var threadId = target.getAttribute('data-watch-thread-id'); var url = target.classList.contains('watching') || target.parentElement.classList.contains('watching') ? '/pmwiki/thread_watch_drop.php?thread=' : '/pmwiki/setthreadwatch.php?d_id='; url += threadId; handleWatchThread(url, target); } } // Check for kill modal button click if (e.target.classList.contains('kill-modal-button')) { e.preventDefault(); kill_modal(); } // Check for data-click-toggle without data-click-toggle-target const targetWithoutToggleTarget = e.target.closest('*[data-click-toggle]:not([data-click-toggle-target])'); if (targetWithoutToggleTarget) { e.preventDefault(); const toggleClass = targetWithoutToggleTarget.getAttribute('data-click-toggle'); targetWithoutToggleTarget.classList.toggle(toggleClass); } // Check for data-click-toggle with data-click-toggle-target const targetWithToggleTarget = e.target.closest('*[data-click-toggle][data-click-toggle-target]:not(#signup-form-toggles a)'); if (targetWithToggleTarget) { e.preventDefault(); // Check if the target contains fetch_articles in the onclick attribute const hasFetchArticles = targetWithToggleTarget.getAttribute('onclick') && targetWithToggleTarget.getAttribute('onclick').includes('fetch_articles'); // If fetch_articles is not in the onclick attribute, stop propagation if (!hasFetchArticles) { e.stopPropagation(); } const toggleTargetId = targetWithToggleTarget.getAttribute('data-click-toggle-target'); const toggleClass = targetWithToggleTarget.getAttribute('data-click-toggle'); const isExclusive = targetWithToggleTarget.getAttribute('data-click-toggle-exclusive') === 'true'; if (isExclusive) { // Exclusive mode: toggle target and clear siblings const toggleTarget = document.getElementById(toggleTargetId); if (toggleTarget) { // Remove the toggle class from all siblings const siblings = Array.from(toggleTarget.parentNode.children); for (let sibling of siblings) { if (sibling !== toggleTarget) { sibling.classList.remove(toggleClass); } } // Add the toggle class to the target element toggleTarget.classList.add(toggleClass); } } else { // Non-exclusive mode: toggle targets normally if (toggleTargetId.indexOf(',') > -1) { const targets = toggleTargetId.split(","); targets.forEach(t => { document.querySelectorAll('#' + t).forEach(el => { el.classList.toggle(toggleClass); }); }); } else { document.querySelectorAll('#' + toggleTargetId).forEach(el => { el.classList.toggle(toggleClass); }); } } } // initiate all modals const modalTarget = e.target.closest('*[data-modal-target]'); if(modalTarget) { if (!modalTarget) { return; // Skip, if no target found with the specified attribute } // Get modal details let modal = modalTarget.getAttribute('data-modal-target'); let msg = modalTarget.getAttribute('data-modal-vars') ? modalTarget.getAttribute('data-modal-vars') : modalTarget.getAttribute('data-modal-confirmation-message'); let url = modalTarget.getAttribute('data-modal-confirmation-url'); // convert to json if possible try { var obj = JSON.parse(msg); if (obj && typeof obj === "object") { msg = obj; } } catch (e) { } // Skip modal and go straight to the link if (modal === "allow") return; // Don't allow link since we are showing a modal instead e.preventDefault(); // Add support for alert tags if (modal.substring(0, 6) === "alert-") { // Message array const msgArr = { "alert-banned": "Your permissions for this area have been suspended. Please visit <a href='/pmwiki/pmwiki.php/Administrivia/WhatToDoIfYouAreSuspended'>this page</a> for more details.", "alert-bounced": "This account has committed severe or repeated violations of our rules and is permanently denied access to many of the account features of the site. If you feel that this may be an error, please <a href=\"/pmwiki/contact.php\">contact the mods</a>.", "alert-denied": "Your account was denied by a moderator. If you believe this was done in error please <a href=\"/pmwiki/contact.php\">contact the mods</a>.", "alert-verify": "You must verify your email address before doing this. Check your email for a link.", "alert-approval": "Your account must be approved by a moderator before you can do this. If you still have this problem in a couple hours try <a href=\"/pmwiki/contact.php\">contacting the mods</a>.", "alert-age": "Your account is not old enough. Give it a little more time.", "alert-mod": "This page is only for moderators. Try something else.", "alert-db": "We are currently updating our database systems to UTF-8MB4. Please try again in 10-12 hours." }; if (modal in msgArr) { msg = msgArr[modal]; } else { msg = "Unknown error. Please <a href=\"/pmwiki/contact.php\">Contact us</a> if the problem persists."; } modal = "alert"; } // Bring up modal now show_modal(modal, msg, url); } // SPOILERS const spoilers = e.target.closest('.spoiler'); if (spoilers) { spoilers.classList.toggle('off'); } // OPEN INDIVIDUAL FOLDERS const folders = e.target.closest('.folderlabel'); if (folders && e.target.getAttribute('onclick') !== "toggleAllFolders();") { e.preventDefault(); folders.classList.toggle('is-open'); let folder = folders.nextElementSibling; if (folders.classList.contains('is-open')) { gtag('event', 'folder_click', {'device_type': device_type}); } if (folder && folders.classList.contains('is-open') && live_ads == 1 && (document.body.clientWidth && document.body.clientWidth<=768) && tvtropes_config.universal_page_type == 'Article') { if (folder.querySelectorAll('.tvtropes-ad-unit').length === 0) { global_pHeight = insert_ads_in_content(folder, globalAdInsertionCount, global_pHeight); } } } // OPEN ALL FOLDERS const allFolders = e.target.closest('div[onclick*="toggleAllFolders()"]'); if (allFolders) { let parentElement = allFolders.parentNode; // If the button is inside an H2, select the parent div of it if (parentElement.tagName === 'H2') parentElement = parentElement.parentNode; let isCurrentlyOpen = e.target.classList.contains('is-open'); // Select only folder labels that are inside the same parent div as the clicked button let foldersAndButtons = parentElement.querySelectorAll('.folderlabel, .toggle-all-folders-button'); foldersAndButtons.forEach(function(element) { if (isCurrentlyOpen) { element.classList.remove('is-open'); } else { element.classList.add('is-open'); } }); if (!isCurrentlyOpen) { gtag('event', 'all_folders_click', {'device_type': device_type}); // Also target only .folder elements within the same parent div parentElement.querySelectorAll('.folder').forEach(function(folder) { if (!folder.querySelector('.tvtropes-ad-unit') && live_ads == 1 && (document.body.clientWidth && document.body.clientWidth<=768) && tvtropes_config.universal_page_type == 'Article') { global_pHeight = insert_ads_in_content(folder, globalAdInsertionCount, global_pHeight); } }); } } }, true); // Add/remove watched article var handleWatchItem = function(addOrDrop, groupname, title, obj, pageType = '') { fetch("/ajax/watchlist.php", { method: "POST", headers: { 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8' }, body: `groupname=${encodeURIComponent(groupname)}&title=${encodeURIComponent(title)}&type=${encodeURIComponent(addOrDrop)}&json=1&pageType=${encodeURIComponent(pageType)}` }) .then(response => response.json()) .then(data => { obj.classList.remove('processing'); if (obj.classList.contains('tile-watch-button')) { obj.parentNode.classList.toggle('watching'); } else { obj.classList.toggle('watching'); } }) .catch(error => { obj.classList.remove('processing'); show_modal('alert-red', 'Whoops, something went wrong. Please try adding again.'); }); } // add/remove watched forum thread var handleWatchThread = function(url, obj) { fetch(url) .then(response => response.text()) // assuming the server responds with plain text .then(data => { obj.classList.remove('processing'); if (obj.classList.contains('tile-watch-button')) { obj.parentNode.classList.toggle('watching'); } else { obj.classList.toggle('watching'); } }) .catch(error => { obj.classList.remove('processing'); show_modal('alert-red', 'Whoops, something went wrong. Please try adding again.'); }); } </script> <script> if(is_mobile()) { document.write("<div class=\"htlad-tvtropes_m_sticky\"></div>"); } else { document.write("<div class=\"htlad-tvtropes_dt_sticky\"></div>"); } </script> <div id="tvtropes_oop_ad_slot" style="display: none;"></div> <div id="top_container_spacing"></div> <div id="main-container"> <div id="action-bar-top" class="action-bar mobile-off"> <div class="action-bar-right"> <p>Follow TV Tropes</p> <a href="https://www.facebook.com/TVTropes" class="button-fb"> <i class="fa fa-facebook"></i></a> <a href="https://www.twitter.com/TVTropes" class="button-tw"> <i class="fa fa-twitter"></i></a> </div> <nav class="actions-wrapper" itemscope itemtype="http://schema.org/SiteNavigationElement"> <ul id="top_main_list" class="page-actions"> <li class="link-edit"> <a rel = "nofollow" class = "article-edit-button"data-modal-target= "login"href = "/pmwiki/pmwiki.php/Main/FunnyForeigner?action=edit"> <i class="fa fa-pencil"></i> Edit Page</a></li><li class="link-related"><a href="/pmwiki/relatedsearch.php?term=Main/FunnyForeigner"> <i class="fa fa-share-alt"></i> Related</a></li><li class="link-history"><a href="/pmwiki/article_history.php?article=Main.FunnyForeigner" data-modal-target="login" rel="nofollow"> <i class="fa fa-history"></i> History</a></li><li class="link-discussion"><a href="/pmwiki/remarks.php?trope=Main.FunnyForeigner" data-modal-target="login" rel="nofollow"> <i class="fa fa-comment"></i> Discussion</a></li><li class="link-todo tuck-always"><a href="#todo" data-modal-target="login" rel="nofollow"><i class="fa fa-check-circle"></i> To Do</a></li> </ul> <button id="top_more_button" onclick="toggle_more_menu('top');" type="button" class="nav__dropdown-toggle">More</button> <ul id="top_more_list" class="more_menu hidden_more_list"> <li class="link-pageSource tuck-always more_list_item"><a href="/pmwiki/pmwiki.php/Main/FunnyForeigner?action=source" target="_blank" rel="nofollow"data-modal-target= "login"><i class="fa fa-code"></i> Page Source</a></li> </ul> </nav> <div class="WikiWordModalStub"></div> <div class="ImgUploadModalStub" data-page-type="Article"></div> <div class="login-alert" style="display: none;"> You need to <a href="/pmwiki/login.php" style="color:#21A0E8">login</a> to do this. <a href="/pmwiki/login.php?tab=register_account" style="color:#21A0E8">Get Known</a> if you don't have an account </div> </div> <div id="main-content" class="page-Article "> <article id="main-entry" class="with-sidebar"> <!-- HIDDEN INPUTS FOR JS --> <input type="hidden" id="groupname-hidden" value="Main"/> <input type="hidden" id="title-hidden" value="FunnyForeigner"/> <input type="hidden" id="article_id" value="2545" /> <input type="hidden" id="logged_in" value="false" /> <p id="current_url" class="hidden">http://tvtropes.org/pmwiki/pmwiki.php/Main/FunnyForeigner</p> <meta itemprop="datePublished" content=""/> <meta itemprop="articleSection" content="" /> <meta itemprop="image" content=""> <div class="watch_rank_wrap"> <a href="#watch" class="watch-button " data-modal-target="login" >Follow<span>ing</span></a> </div> <h1 itemprop="headline" class="entry-title"> Funny Foreigner </h1> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "TV Tropes", "item": "https://tvtropes.org/" },{ "@type": "ListItem", "position": 2, "name": "Tropes", "item": "https://tvtropes.org/pmwiki/pmwiki.php/Main/Tropes" },{ "@type": "ListItem", "position": 3, "name": "Funny Foreigner", "item": "https://tvtropes.org/pmwiki/pmwiki.php/Main/FunnyForeigner" }] } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "name": "Funny Foreigner", "headline": "Funny Foreigner", "url": "https://tvtropes.org/pmwiki/pmwiki.php/Main/FunnyForeigner", "image": "https://static.tvtropes.org/pmwiki/pub/images/funnyforeigner_53.png", "author": { "@type": "Organization", "name": "Contributors to TV Tropes (aka Tropers)" }, "datePublished": "2007-06-14T00:00:00-07:00", "dateModified": "2025-01-28T15:12:57-08:00" } </script> <a href="#mobile-actions-toggle" id="mobile-actionbar-toggle" class="mobile-actionbar-toggle mobile-on" data-click-toggle="active" > <p class="tiny-off">Go To</p><span></span><span></span><span></span><i class="fa fa-pencil"></i></a> <nav id="mobile-actions-bar" class="mobile-actions-wrapper mobile-on"></nav> <script> //duplicate action bar to the mobile-action-bar holder if (document.getElementById("mobile-actions-bar")) { // Clone the main list var top_main_list = document.getElementById('top_main_list'); var top_main_list_cln = top_main_list.cloneNode(true); // Clone the more list var top_more_list = document.getElementById('top_more_list'); var top_more_list_cln = top_more_list.cloneNode(true); top_more_list_cln.querySelectorAll("li").forEach(function(child){ top_main_list_cln.appendChild(child); }); document.getElementById("mobile-actions-bar").appendChild(top_main_list_cln); } </script> <nav class="body-options" itemscope itemtype="http://schema.org/SiteNavigationElement"> <ul class="subpage-links"> <li> <a href="/pmwiki/pmwiki.php/Main/FunnyForeigner" class="subpage-link curr-subpage" title="The Main page"> <span class="wrapper"><span class="spi main-page"></span>Main</span></a> </li> <li> <a href="/pmwiki/pmwiki.php/Laconic/FunnyForeigner" class="subpage-link " title="The Laconic page"> <span class="wrapper"><span class="spi laconic-icon"></span>Laconic</span></a> </li> <li> <a href="/pmwiki/pmwiki.php/PlayingWith/FunnyForeigner" class="subpage-link " title="The PlayingWith page"> <span class="wrapper">PlayingWith</span></a> </li> <li> <a href="/pmwiki/pmwiki.php/VideoExamples/FunnyForeigner" class="subpage-link video-examples-tab " title="Video Examples"> <img src="/images/play-button-logo.png" alt="play" class=""> <span class="wrapper">VideoExamples</span> </a> </li> <li class="create-subpage dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"> <span class="wrapper">Create Subpage <i class="fa fa-plus-circle"></i></span> </a> <select onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);"> <option value="">- Create New -</option> <option value="/pmwiki/pmwiki.php/Analysis/FunnyForeigner?action=edit">Analysis</option> <option value="/pmwiki/pmwiki.php/Archive/FunnyForeigner?action=edit">Archive</option> <option value="/pmwiki/pmwiki.php/Awesome/FunnyForeigner?action=edit">Awesome</option> <option value="/pmwiki/pmwiki.php/Characters/FunnyForeigner?action=edit">Characters</option> <option value="/pmwiki/pmwiki.php/DerivativeWorks/FunnyForeigner?action=edit">DerivativeWork&#8230;</option> <option value="/pmwiki/pmwiki.php/FanWorks/FunnyForeigner?action=edit">FanWorks</option> <option value="/pmwiki/pmwiki.php/FanficRecs/FunnyForeigner?action=edit">FanficRecs</option> <option value="/pmwiki/pmwiki.php/Fridge/FunnyForeigner?action=edit">Fridge</option> <option value="/pmwiki/pmwiki.php/Funny/FunnyForeigner?action=edit">Funny</option> <option value="/pmwiki/pmwiki.php/Haiku/FunnyForeigner?action=edit">Haiku</option> <option value="/pmwiki/pmwiki.php/Headscratchers/FunnyForeigner?action=edit">Headscratchers</option> <option value="/pmwiki/pmwiki.php/Heartwarming/FunnyForeigner?action=edit">Heartwarming</option> <option value="/pmwiki/pmwiki.php/ImageLinks/FunnyForeigner?action=edit">ImageLinks</option> <option value="/pmwiki/pmwiki.php/ImageSource/FunnyForeigner?action=edit">ImageSource</option> <option value="/pmwiki/pmwiki.php/MediaNotes/FunnyForeigner?action=edit">MediaNotes</option> <option value="/pmwiki/pmwiki.php/Newsletter/FunnyForeigner?action=edit">Newsletter</option> <option value="/pmwiki/pmwiki.php/NightmareFuel/FunnyForeigner?action=edit">NightmareFuel</option> <option value="/pmwiki/pmwiki.php/QuoteSource/FunnyForeigner?action=edit">QuoteSource</option> <option value="/pmwiki/pmwiki.php/Quotes/FunnyForeigner?action=edit">Quotes</option> <option value="/pmwiki/pmwiki.php/Recap/FunnyForeigner?action=edit">Recap</option> <option value="/pmwiki/pmwiki.php/ReferencedBy/FunnyForeigner?action=edit">ReferencedBy</option> <option value="/pmwiki/pmwiki.php/Shocking/FunnyForeigner?action=edit">Shocking</option> <option value="/pmwiki/pmwiki.php/TearJerker/FunnyForeigner?action=edit">TearJerker</option> <option value="/pmwiki/pmwiki.php/Timeline/FunnyForeigner?action=edit">Timeline</option> <option value="/pmwiki/pmwiki.php/Trivia/FunnyForeigner?action=edit">Trivia</option> <option value="/pmwiki/pmwiki.php/WMG/FunnyForeigner?action=edit">WMG</option> <option value="/pmwiki/pmwiki.php/YMMV/FunnyForeigner?action=edit">YMMV</option> </select> </li> </ul> </nav> <div id="main-article" class="article-content retro-folders"> <p><!-- Image selected per Image Pickin' thread: https://tvtropes.org/pmwiki/posts.php?discussion=1313517889014702400--> <!-- Please do not change or remove without starting a new thread.--> <!--&#010;--> <div class="quoteright" style="width:350px;" > <a class='twikilink' href='/pmwiki/pmwiki.php/Film/Borat' title='/pmwiki/pmwiki.php/Film/Borat' data-format='W1tGaWxtL3t7Qm9yYXR9fSBodHRwczovL3N0YXRpYy50dnRyb3Blcy5vcmcvcG13aWtpL3B1Yi9pbWFnZXMvZnVubnlmb3JlaWduZXJfNTMucG5nXV0='><div class="lazy_load_img_box" style="padding-top:76.57%"><img src='https://static.tvtropes.org/pmwiki/pub/images/funnyforeigner_53.png' class='embeddedimage' border='0' alt='Funny Foreigner (trope)' width=350 height=268></div></a></div> <div class="acaptionright" style="width:350px;" >"Great Success!"</div> </p><p><div class='indent'><em>"Hey everybody, I am from Holland! Isn't that</em> <em>vwierd?"</em> <div class='indent'>&#8212; <strong>Goldmember</strong>, <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/AustinPowers' title='/pmwiki/pmwiki.php/Film/AustinPowers' data-format='RmlsbS9BdXN0aW5Qb3dlcnM='>Austin Powers</a> In Goldmember</em> </div></div></p><p>Foreigners are funny! Or so say a good number of comedy shows. The jokes practically write themselves; foreigners <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Malaproper' title='/pmwiki/pmwiki.php/Main/Malaproper' data-format='W1t7e01hbGFwcm9wZXJ9fSBtYW5nbGUgdGhlIGxhbmd1YWdlXV0='>mangle the language</a> (<a class='twikilink' href='/pmwiki/pmwiki.php/Main/BluntMetaphorsTrauma' title='/pmwiki/pmwiki.php/Main/BluntMetaphorsTrauma' data-format='W1tCbHVudE1ldGFwaG9yc1RyYXVtYSBlc3BlY2lhbGx5IGlkaW9tc11d'>especially idioms</a>) in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AsianSpeekeeEngrish' title='/pmwiki/pmwiki.php/Main/AsianSpeekeeEngrish' data-format='W1tBc2lhblNwZWVrZWVFbmdyaXNoIGZ1bm55IHdheXNdXQ=='>funny ways</a>, they are <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FeeFiFauxPas' title='/pmwiki/pmwiki.php/Main/FeeFiFauxPas' data-format='W1tGZWVGaUZhdXhQYXMgaWdub3JhbnQgb2YgY3VzdG9tc11d'>ignorant of customs</a> in the show's home country, and they have their own <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CultureClash' title='/pmwiki/pmwiki.php/Main/CultureClash' data-format='W1tDdWx0dXJlQ2xhc2ggYml6YXJyZSBsaXR0bGUgY3VzdG9tc11d'>bizarre little customs</a> that make no sense. They will either be unsure of themselves, or (more frequently) totally oblivious to how odd everybody finds them. This is <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OlderThanDirt' title='/pmwiki/pmwiki.php/Main/OlderThanDirt' data-format='W1tPbGRlclRoYW5EaXJ0IGluY3JlZGlibHkgb2xkXV0='>incredibly old</a>, probably dating back to when cavemen joked about people in the cave down the field. </p><p>The Funny Foreigner is a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CyclicTrope' title='/pmwiki/pmwiki.php/Main/CyclicTrope' data-format='Q3ljbGljVHJvcGU='>Cyclic Trope</a>. In the 19th and early 20th Centuries, it seems like at least half of all the Western comedy in existence consisted of this trope (<a class='twikilink' href='/pmwiki/pmwiki.php/Main/Vaudeville' title='/pmwiki/pmwiki.php/Main/Vaudeville' data-format='e3tWYXVkZXZpbGxlfX0='>Vaudeville</a>, British music-hall performers...) Gradually, from the 1960s on it become a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DiscreditedTrope' title='/pmwiki/pmwiki.php/Main/DiscreditedTrope' data-format='RGlzY3JlZGl0ZWRUcm9wZQ=='>Discredited Trope</a> due to changing sensibilities. Then it became so rare that it seemed daring and forbidden, and thus became popular again. This can lead to the trope being discredited for some generations and not for others. </p><p>Old Funny Foreigner jokes tended to be <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NationalStereotypes' title='/pmwiki/pmwiki.php/Main/NationalStereotypes' data-format='W1tOYXRpb25hbFN0ZXJlb3R5cGVzIHN0ZXJlb3R5cGVzIGFib3V0IGEgcGFydGljdWxhciBjb3VudHJ5XV0='>stereotypes about a particular country</a>. Modern ones do it with a wink <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Bulungi' title='/pmwiki/pmwiki.php/Main/Bulungi' data-format='W1t7e0J1bHVuZ2l9fSBieV1d'>by</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BananaRepublic' title='/pmwiki/pmwiki.php/Main/BananaRepublic' data-format='W1tCYW5hbmFSZXB1YmxpYyBqdXN0XV0='>just</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Ruritania' title='/pmwiki/pmwiki.php/Main/Ruritania' data-format='W1t7e1J1cml0YW5pYX19IG1ha2luZ11d'>making</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Qurac' title='/pmwiki/pmwiki.php/Main/Qurac' data-format='W1t7e1F1cmFjfX0gdXBdXQ=='>up</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Countrystan' title='/pmwiki/pmwiki.php/Main/Countrystan' data-format='W1t7e0NvdW50cnlzdGFufX0gYV1d'>a</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FictionalCountry' title='/pmwiki/pmwiki.php/Main/FictionalCountry' data-format='RmljdGlvbmFsQ291bnRyeQ=='>Fictional Country</a>, choosing a real country almost at random and ignoring any actual facts about it, or simply <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NonSpecificallyForeign' title='/pmwiki/pmwiki.php/Main/NonSpecificallyForeign' data-format='W1tOb25TcGVjaWZpY2FsbHlGb3JlaWduIGxlYXZpbmcgaXQgZW50aXJlbHkgYW1iaWd1b3VzIHdoZXJlIHRoZXkmIzAzOTtyZSBtZWFudCB0byBiZSBmcm9tXV0='>leaving it entirely ambiguous where they're meant to be from</a>. Part of the joke is that it doesn't really matter where in the Middle East or Latin America or Eastern Europe the character comes from — they're just "generic Latin" or "generic Slav". They can even go so far as to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Fauxreigner' title='/pmwiki/pmwiki.php/Main/Fauxreigner' data-format='W1t7e0ZhdXhyZWlnbmVyfX0gaGF2ZSB0aGUgY2hhcmFjdGVyIG5vdCBhY3R1YWxseSBiZSBmb3JlaWduIGF0IGFsbF1d'>have the character not actually be foreign at all</a>, or playing up their ethnicity because they can get away with it. </p><p>In <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SpeculativeFiction' title='/pmwiki/pmwiki.php/Main/SpeculativeFiction' data-format='U3BlY3VsYXRpdmVGaWN0aW9u'>Speculative Fiction</a>, they might be visitors from a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/InnocentAliens' title='/pmwiki/pmwiki.php/Main/InnocentAliens' data-format='W1tJbm5vY2VudEFsaWVucyBjb21wbGV0ZWx5IGRpZmZlcmVudCB3b3JsZF1d'>completely different world</a>, which has the advantage of avoiding <a class='twikilink' href='/pmwiki/pmwiki.php/Main/UnfortunateImplications' title='/pmwiki/pmwiki.php/Main/UnfortunateImplications' data-format='VW5mb3J0dW5hdGVJbXBsaWNhdGlvbnM='>Unfortunate Implications</a> and offense to real-world foreigners (<a class='twikilink' href='/pmwiki/pmwiki.php/Main/SpaceJews' title='/pmwiki/pmwiki.php/Main/SpaceJews' data-format='W1tTcGFjZUpld3MgbW9zdCBvZiB0aGUgdGltZV1d'>most of the time</a>). If the character is an otherworldly being (relative to the rest of the cast), then the trope is <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AmusingAlien' title='/pmwiki/pmwiki.php/Main/AmusingAlien' data-format='QW11c2luZ0FsaWVu'>Amusing Alien</a>. </p><p>If done poorly, a Funny Foreigner can turn into an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/EthnicScrappy' title='/pmwiki/pmwiki.php/Main/EthnicScrappy' data-format='RXRobmljU2NyYXBweQ=='>Ethnic Scrappy</a>, in which case you can also get <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MexicansLoveSpeedyGonzales' title='/pmwiki/pmwiki.php/Main/MexicansLoveSpeedyGonzales' data-format='TWV4aWNhbnNMb3ZlU3BlZWR5R29uemFsZXM='>Mexicans Love Speedy Gonzales</a>. </p><p>Compare and contrast with <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ButNotTooForeign' title='/pmwiki/pmwiki.php/Main/ButNotTooForeign' data-format='QnV0Tm90VG9vRm9yZWlnbg=='>But Not Too Foreign</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Fauxreigner' title='/pmwiki/pmwiki.php/Main/Fauxreigner' data-format='e3tGYXV4cmVpZ25lcn19'>Fauxreigner</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FunWithForeignLanguages' title='/pmwiki/pmwiki.php/Main/FunWithForeignLanguages' data-format='RnVuV2l0aEZvcmVpZ25MYW5ndWFnZXM='>Fun with Foreign Languages</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NoSocialSkills' title='/pmwiki/pmwiki.php/Main/NoSocialSkills' data-format='Tm9Tb2NpYWxTa2lsbHM='>No Social Skills</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RaisedByNatives' title='/pmwiki/pmwiki.php/Main/RaisedByNatives' data-format='UmFpc2VkQnlOYXRpdmVz'>Raised by Natives</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/UnintelligibleAccent' title='/pmwiki/pmwiki.php/Main/UnintelligibleAccent' data-format='VW5pbnRlbGxpZ2libGVBY2NlbnQ='>Unintelligible Accent</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' title='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' data-format='Rm9yZWlnbldyZXN0bGluZ0hlZWw='>Foreign Wrestling Heel</a>. Also see <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CrazyCulturalComparison' title='/pmwiki/pmwiki.php/Main/CrazyCulturalComparison' data-format='Q3JhenlDdWx0dXJhbENvbXBhcmlzb24='>Crazy Cultural Comparison</a>, which is when the Funny Foreigner's behavior is held against that of his host. See also <a class='twikilink' href='/pmwiki/pmwiki.php/Main/IdiosyncraticCulturalGesture' title='/pmwiki/pmwiki.php/Main/IdiosyncraticCulturalGesture' data-format='SWRpb3N5bmNyYXRpY0N1bHR1cmFsR2VzdHVyZQ=='>Idiosyncratic Cultural Gesture</a>. </p><p><hr data-format='&#8212;&#8212;' /> <h2>Examples:</h2> <div class="folderlabel" onclick="toggleAllFolders();">&nbsp;&nbsp;&nbsp;&nbsp;open/close all folders&nbsp; </div> </p><p><div class="folderlabel" onclick="togglefolder('folder0');">&nbsp;&nbsp;&nbsp;&nbsp;Anime &amp; Manga&nbsp;</div><div id="folder0" class="folder" isfolder="true" style="display:block;"> <ul ><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/AssassinationClassroom' title='/pmwiki/pmwiki.php/Manga/AssassinationClassroom' data-format='TWFuZ2EvQXNzYXNzaW5hdGlvbkNsYXNzcm9vbQ=='>Assassination Classroom</a></em>: Generally, all professional assassins have very odd quirks. Many of them come from outside of Japan, and some of their behaviours are played for laughs. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/BangDream' title='/pmwiki/pmwiki.php/Anime/BangDream' data-format='QW5pbWUvQmFuZ0RyZWFt'>BanG Dream!</a></em>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NiceGirl' title='/pmwiki/pmwiki.php/Main/NiceGirl' data-format='W1tOaWNlR2lybCBFdmUgV2FrYW1peWFdXQ=='>Eve Wakamiya</a> is half-Japanese and half-Finnish. Having grown up in Finland, she's fascinated by all things related to traditional Japanese culture, especially bushido, the samurai code. Her passion for incorporating bushido into every aspect of her daily life, to the point of it being her catchphrase, is one of her most memorable traits. And although they're focused on less, she also participates in kendo, tea ceremony, and flower arranging. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/Beelzebub' title='/pmwiki/pmwiki.php/Manga/Beelzebub' data-format='TWFuZ2Eve3tCZWVsemVidWJ9fQ=='>Beelzebub</a></em>, when Oga, Furuichi and Hilda travel to the USA, Oga and Furuichi initially have trouble communicating with the Americans and make themselves look even weirder than they already are. Not only does Oga introduce himself as "Fuck" (the Americans keep calling him "(Mr.) Fuck" during the rest of the arc), he even brings ridiculous, stereotypical Japanese costumes for himself and his two companions, just to intimidate some random American thugs. </li><li> Yami Sukehiro in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/BlackClover' title='/pmwiki/pmwiki.php/Manga/BlackClover' data-format='TWFuZ2EvQmxhY2tDbG92ZXI='>Black Clover</a></em> is disparagingly referred to as "foreigner" by Nozel, being originally from the Land of the Sun and stranded in the Clover Kingdom. He is also a source of comedy in the story thanks to his sarcasm and tendency to mess with people. </li><li> Robert <span class='esc-seq' title='non-wikiword'>McGuire</span> from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/CrayonShinChan' title='/pmwiki/pmwiki.php/Manga/CrayonShinChan' data-format='TWFuZ2EvQ3JheW9uU2hpbkNoYW4='>Crayon Shin-chan</a></em>, the half-Japanese, half-American nephew of the Nohara's neighbor Kitamoto, who often gets dragged into assorted hijinks by the titular character, and mistaking Shin-Chan's antics to be <em>genuine</em> Japanese culture. Later chapters reveals Robert to have become a permanent resident in Japan, working as a TV host for an English edutainment show and a recurring character ever since. </li><li> William's Indian friend Hakim from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/EmmaAVictorianRomance' title='/pmwiki/pmwiki.php/Manga/EmmaAVictorianRomance' data-format='TWFuZ2EvRW1tYUFWaWN0b3JpYW5Sb21hbmNl'>Emma: A Victorian Romance</a></em> is very odd indeed, bringing a huge entourage and a train of elephants for an 'incognito' visit. To a lesser extent, Emma's new German employers. </li><li> Alice Nakiri's mother Leonora in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/FoodWars' title='/pmwiki/pmwiki.php/Manga/FoodWars' data-format='TWFuZ2EvRm9vZFdhcnM='>Food Wars!</a></em>, who is Danish. She's introduced making a grand entrance and leaving everyone specchless with her elegance and beauty, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MoodWhiplash' title='/pmwiki/pmwiki.php/Main/MoodWhiplash' data-format='W1tNb29kV2hpcGxhc2ggYW5kIHRoZW4gc2hlIHN0YXJ0cyB0YWxraW5nIGluIGJyb2tlbiBKYXBhbmVzZSB3aGlsZSBtYWtpbmcgYSBnb29meSBmYWNlXV0='>and then she starts talking in broken Japanese while making a goofy face</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SharedFamilyQuirks' title='/pmwiki/pmwiki.php/Main/SharedFamilyQuirks' data-format='W1tTaGFyZWRGYW1pbHlRdWlya3Mgbm90IHVubGlrZSB0aGF0IG9mIGhlciBkYXVnaHRlci5dXQ=='>not unlike that of her daughter.</a> Other gags include the language barriers she often encounters, such as thinking Erina called her old (<em>obaasan</em> = "grandma" instead of <em>obasan</em> = "aunt") and then breaking into perfect and <em><a class='twikilink' href='/pmwiki/pmwiki.php/Main/MotorMouth' title='/pmwiki/pmwiki.php/Main/MotorMouth' data-format='W1tNb3Rvck1vdXRoIHN1cGVyLWZhc3RdXQ=='>super-fast</a></em> Japanese speech whenever she tastes delicious dishes. </li><li> Ling Yao from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/FullmetalAlchemist' title='/pmwiki/pmwiki.php/Manga/FullmetalAlchemist' data-format='TWFuZ2EvRnVsbG1ldGFsQWxjaGVtaXN0'>Fullmetal Alchemist</a></em> is this when he's first introduced as a happy-go-lucky weirdo who frequently collapses out of hunger, always tries to weasel his way out of paying, and can pop in and out of the picture without warning. While to a certain extent you could say this is a natural part of his personality, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' title='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' data-format='W1tPYmZ1c2NhdGluZ1N0dXBpZGl0eSBpdCBkb2VzbiYjMDM5O3QgbGFzdC5dXQ=='>it doesn't last.</a> <div class='indent'>"I so sori, I no understand much language of this countwi! Bye bye now!" </div></li><li> Invoked by Kurz Weber in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/FullMetalPanic' title='/pmwiki/pmwiki.php/Literature/FullMetalPanic' data-format='TGl0ZXJhdHVyZS9GdWxsTWV0YWxQYW5pYw=='>Full Metal Panic!</a></em> when he first introduces himself to Kaname by pretending to be a foreign tourist, greeting her and her friend Kyoko with a hearty "Hello, pretty Japanese girls!" In the original version, he speaks English, but the US dub has him affecting a dime-store Italian accent &#8212; which is doubly funny because <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/VicMignogna' title='/pmwiki/pmwiki.php/Creator/VicMignogna' data-format='W1tDcmVhdG9yL1ZpY01pZ25vZ25hIGhpcyBFbmdsaXNoIHZvaWNlIGFjdG9yXV0='>his English voice actor</a> has actual Italian heritage. </li><li> Everyone in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Webcomic/HetaliaAxisPowers' title='/pmwiki/pmwiki.php/Webcomic/HetaliaAxisPowers' data-format='V2ViY29taWMvSGV0YWxpYUF4aXNQb3dlcnM='>Hetalia: Axis Powers</a></em> is a Funny Foreigner, which makes it both a prime example and a subversion at the same time. In the American dub, the Asian characters (and Russia) are particularly portrayed as being funny foreigners. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/HowHeavyAreTheDumbbellsYouLift' title='/pmwiki/pmwiki.php/Manga/HowHeavyAreTheDumbbellsYouLift' data-format='TWFuZ2EvSG93SGVhdnlBcmVUaGVEdW1iYmVsbHNZb3VMaWZ0'>How Heavy Are the Dumbbells You Lift?</a></em> has Gina Boyd, an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OccidentalOtaku' title='/pmwiki/pmwiki.php/Main/OccidentalOtaku' data-format='T2NjaWRlbnRhbE90YWt1'>Occidental Otaku</a> from Russia who makes a point to act as stereotypically Russian as possible... Much to the chagrin of her much more serious uncle Ivan Karaev (originally from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/KenganAshura' title='/pmwiki/pmwiki.php/Manga/KenganAshura' data-format='TWFuZ2EvS2VuZ2FuQXNodXJh'>Kengan Ashura</a></em>), who wonders what happened to her in the years they had been separated. Even if <em>he</em> is the exception (it's later revealed that Gina's sisters are just like her). </li><li> Exploited by Freesia in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/JubeiChan' title='/pmwiki/pmwiki.php/Anime/JubeiChan' data-format='QW5pbWUvSnViZWlDaGFu'>Jubei-chan</a></em>. <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' title='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' data-format='W1tPYmZ1c2NhdGluZ1N0dXBpZGl0eSBTaGUgcHJldGVuZHMgdG8gYmUgYSBmdW5ueSBmb3JlaWduZXJdXQ=='>She pretends to be a funny foreigner</a> to hide her malicious nature and pass off any time she could get caught doing something unsavory as her simply not understanding the Japanese language or culture well. </li><li> Momoko Asuka from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/OjamajoDoremi' title='/pmwiki/pmwiki.php/Anime/OjamajoDoremi' data-format='QW5pbWUvT2phbWFqb0RvcmVtaQ=='>Ojamajo Doremi</a></em>. Particularly in <em>Dokkan</em>, where she suffers from <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Flanderization' title='/pmwiki/pmwiki.php/Main/Flanderization' data-format='e3tGbGFuZGVyaXphdGlvbn19'>Flanderization</a> that plays up her <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CloudCuckooLander' title='/pmwiki/pmwiki.php/Main/CloudCuckooLander' data-format='Q2xvdWRDdWNrb29MYW5kZXI='>Cloud Cuckoo Lander</a> tendencies. </li><li> A variation from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/Patlabor' title='/pmwiki/pmwiki.php/Franchise/Patlabor' data-format='RnJhbmNoaXNlL3t7UGF0bGFib3J9fQ=='>Patlabor</a></em> had a mechanic daydream about a trip to America. In this case, he was <a class='createlink' rel='nofollow' href='/pmwiki/pmwiki.php/Main/AnInnocentAbroad' title='/pmwiki/pmwiki.php/Main/AnInnocentAbroad' data-format='QW5Jbm5vY2VudEFicm9hZA=='>An Innocent Abroad</a>, with the American setting made entirely of Japanese stereotypes of America. Do not watch while drinking &#8212; you'll spit-take all over your TV set. Oddly, one of the main characters is Hawaiian. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/PrincessPrincipal' title='/pmwiki/pmwiki.php/Anime/PrincessPrincipal' data-format='QW5pbWUvUHJpbmNlc3NQcmluY2lwYWw='>Princess Principal</a></em> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Ninja' title='/pmwiki/pmwiki.php/Main/Ninja' data-format='W1t7e05pbmphfX0gQ2hpc2VdXQ=='>Chise</a> is very much so a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FishOutOfWater' title='/pmwiki/pmwiki.php/Main/FishOutOfWater' data-format='RmlzaE91dE9mV2F0ZXI='>Fish out of Water</a> in Albion far from her native Japan, which is <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PlayedForLaughs' title='/pmwiki/pmwiki.php/Main/PlayedForLaughs' data-format='UGxheWVkRm9yTGF1Z2hz'>Played for Laughs</a>. At the same time, she mentions on how odd Albion's customs on to her, viewing <em>them</em> as the strange foreigners. </li><li> The Principal in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/RanmaOneHalf' title='/pmwiki/pmwiki.php/Manga/RanmaOneHalf' data-format='TWFuZ2EvUmFubWFPbmVIYWxm'>Ranma ½</a></em> is introduced as a wacky American from Hawaii. At the end of the episode, <span class="spoiler" title="you can set spoilers visible by default on your profile" >it turns out he's a Japanese guy (not to mention Kuno's father) who had moved to the States and gone native</span>. </li><li> Maria in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/SayonaraZetsubouSensei' title='/pmwiki/pmwiki.php/Manga/SayonaraZetsubouSensei' data-format='TWFuZ2EvU2F5b25hcmFaZXRzdWJvdVNlbnNlaQ=='>Sayonara, Zetsubou-Sensei</a></em> is sometimes a parody of this trope and sometimes played straight. Much humor is made out of her misunderstandings of Japanese, and her illegal immigrant status. Kaede just acts like one <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SplitPersonality' title='/pmwiki/pmwiki.php/Main/SplitPersonality' data-format='W1tTcGxpdFBlcnNvbmFsaXR5IGhhbGYgdGhlIHRpbWVdXQ=='>half the time</a>. <ul ><li> A <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RunningGag' title='/pmwiki/pmwiki.php/Main/RunningGag' data-format='UnVubmluZ0dhZw=='>Running Gag</a> with Kaere (Kaede's <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SplitPersonality' title='/pmwiki/pmwiki.php/Main/SplitPersonality' data-format='U3BsaXRQZXJzb25hbGl0eQ=='>Split Personality</a>) is her regularly citing bizarre and nonsensical cultural practices from her home country, to the point that other characters openly wonder where she's even from. </li></ul></li><li> Kate from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Manga/Sketchbook' title='/pmwiki/pmwiki.php/Manga/Sketchbook' data-format='TWFuZ2Eve3tTa2V0Y2hib29rfX0='>Sketchbook</a></em> is the only foreigner (a Canadian) among the Japanese cast. A lot of jokes involving her are about her misunderstandings of the Japanese language. </li><li> Interestingly subverted with <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Vamp2004' title='/pmwiki/pmwiki.php/Literature/Vamp2004' data-format='TGl0ZXJhdHVyZS9WYW1wMjAwNA=='>Vamp! (2004)</a></em>, where all the characters are foreign to the Japanese author, but it's the Japanese character, the Magic Man, who is treated this way. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/YuGiOh' title='/pmwiki/pmwiki.php/Franchise/YuGiOh' data-format='RnJhbmNoaXNlL1l1R2lPaA=='>Yu-Gi-Oh!</a></em>: The franchise often zigzag this trope. There are several foreigners with odd personality quirks which are more often than not tied to their nationality, but there are also foreigners who are portrayed completely serious, to the point that they are portrayed like any other character. <ul ><li> Pegasus J. Crawford/<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DubNameChange' title='/pmwiki/pmwiki.php/Main/DubNameChange' data-format='W1tEdWJOYW1lQ2hhbmdlIE1heGltaWxsaW9uIFBlZ2FzdXNdXQ=='>Maximillion Pegasus</a> is this trope through and through in the manga and in the Japanese dub of the <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/YuGiOh' title='/pmwiki/pmwiki.php/Anime/YuGiOh' data-format='QW5pbWUvWXVHaU9o'>Yu-Gi-Oh!</a> Duel Monsters</em> anime. His voice is very high-pitched and comical regardless of the situation, he uses <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GratuitousEnglish' title='/pmwiki/pmwiki.php/Main/GratuitousEnglish' data-format='R3JhdHVpdG91c0VuZ2xpc2g='>Gratuitous English</a> all the time, has a habit of adding the "-boy" suffix to Kaiba and Yugi, and he has a serious obsession with toons. This doesn't stop him from being a menacing and serious villain, though. </li><li> "Bandit" Keith Howard from the same series (see above) is a downplayed example. Other than the fact that he wears an American flag as a bandana, he's played completely serious. Except in the abridged series. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/YuGiOhGX' title='/pmwiki/pmwiki.php/Anime/YuGiOhGX' data-format='QW5pbWUvWXVHaU9oR1g='>Yu-Gi-Oh! GX</a></em>: Jim "Crocodile" Cook is introduced like this. He dresses like an adventurer, carries a living female crocodile on his back <em>all the time</em> and he uses <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GratuitousEnglish' title='/pmwiki/pmwiki.php/Main/GratuitousEnglish' data-format='R3JhdHVpdG91c0VuZ2xpc2g='>Gratuitous English</a> way more often than other native English speakers in the series, and he has a habit of giving his companions English nicknames. By contrast, the other three foreign exchange students and Professor Cobra/<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DubNameChange' title='/pmwiki/pmwiki.php/Main/DubNameChange' data-format='W1tEdWJOYW1lQ2hhbmdlIFZpcGVyXV0='>Viper</a>, who are introduced in the same episode as Jim, are all portrayed seriously. <ul ><li> Unless you think his gun-Duel Disk and his military personality are funny American quirks, Austin O'Brien/<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DubNameChange' title='/pmwiki/pmwiki.php/Main/DubNameChange' data-format='W1tEdWJOYW1lQ2hhbmdlIEF4ZWwgQnJvZGllXV0='>Axel Brodie</a> is otherwise a completely serious character, and in some ways the opposite of Jim. </li><li> Johan Andersen/<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DubNameChange' title='/pmwiki/pmwiki.php/Main/DubNameChange' data-format='W1tEdWJOYW1lQ2hhbmdlIEplc3NlIEFuZGVyc29uXV0='>Jesse Anderson</a> averts this trope in that his character is funny because he's very similar to the protagonist Judai, not because he is a foreigner. Like Amon Garam/<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DubNameChange' title='/pmwiki/pmwiki.php/Main/DubNameChange' data-format='W1tEdWJOYW1lQ2hhbmdlIEFkcmlhbiBHZWNrb11d'>Adrian Gecko</a> and Professor Cobra, Johan lacks foreign stereotypical traits. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/YuGiOh5Ds' title='/pmwiki/pmwiki.php/Anime/YuGiOh5Ds' data-format='QW5pbWUvWXVHaU9oNURz'>Yu-Gi-Oh! 5D's</a></em>: Jill De Lancebeaux/<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DubNameChange' title='/pmwiki/pmwiki.php/Main/DubNameChange' data-format='W1tEdWJOYW1lQ2hhbmdlIEdpbGwgUmFuZHNib3JnXV0='>Gill Randsborg</a> is notably the only foreigner in the series who fits this trope, since he's dressed up as a knight (the English dub even gives him an archaic speech pattern as part of his roleplay) and ultimately loses in a comical fashion. No other foreigner in this series is ever as portrayed as odd and funny as he is. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Anime/YuGiOhArcV' title='/pmwiki/pmwiki.php/Anime/YuGiOhArcV' data-format='QW5pbWUvWXVHaU9oQXJjVg=='>Yu-Gi-Oh! ARC-V</a></em>: Dennis Mackfield and Halil are two of the three LDS exchange students, they both often speak <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GratuitousEnglish' title='/pmwiki/pmwiki.php/Main/GratuitousEnglish' data-format='R3JhdHVpdG91c0VuZ2xpc2g='>Gratuitous English</a> and are portrayed comically. Although in Dennis's case, it's because he's an entertainer and is often more serious than comical, Halil on the other hand, plays this trope very straight. </li></ul></li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder1');">&nbsp;&nbsp;&nbsp;&nbsp;Comic Books&nbsp;</div><div id="folder1" class="folder" isfolder="true" style="display:block;"> <ul ><li> Freddy Merckx <span class="notelabel" onclick="togglenote('note0uq7w');"><sup>note&nbsp;</sup></span><span id="note0uq7w" class="inlinefolder" isnote="true" onclick="togglenote('note0uq7w');" style="cursor:pointer;font-size:smaller;display:none;"> A <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PunnyName' title='/pmwiki/pmwiki.php/Main/PunnyName' data-format='UHVubnlOYW1l'>Punny Name</a> on Belgian cyclist Eddy Merckx </span> from <em>Zombies that Ate the World</em> when he uses weird sentence structures and starts comparing everything to <a class='twikilink' href='/pmwiki/pmwiki.php/UsefulNotes/Belgium' title='/pmwiki/pmwiki.php/UsefulNotes/Belgium' data-format='VXNlZnVsTm90ZXMve3tCZWxnaXVtfX0='>Belgium</a>. The Princes might qualify too. </li><li> Played with a little in <em>Fin Fang Four</em>, where Gorgilla is an immigrant who loves living in America and speaks in broken English. But his home country is on another planet and he's a giant ape. Fin Fang Foom himself is also an immigrant, from China, but he is decidedly not funny (and easily much smarter than any normal human). A later story features Googam posing as an orphan so he can be adopted by a celebrity. When he does, his nanny is a goofy Bavarian stereotype (except from Latveria, naturally) of this sort. <!--* Chin-Kee from ''ComicBook/AmericanBornChinese''.--> </li><li> Chinky from <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicBook/Promethea' title='/pmwiki/pmwiki.php/ComicBook/Promethea' data-format='Q29taWNCb29rL3t7UHJvbWV0aGVhfX0='>Promethea</a></em>'s <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ShowWithinAShow' title='/pmwiki/pmwiki.php/Main/ShowWithinAShow' data-format='U2hvd1dpdGhpbkFTaG93'>Show Within a Show</a> "Little Margie" strips. A buck-toothed, yellow-skinned and positively simian racist caricature, Chinky constantly makes a fool of himself and speaks complete gibberish. In the unpublished last Little Margie strip, Chinky &#8212; a native of the dream world Margie travels to &#8212; reveals that he has always been the handsome young prince Ching Ki, and speaks perfect English. But it was Margie's dream, and she wanted a funny foreigner, and Ching Ki is nothing if not accommodating. </li><li> The Englishman Mister Pief (Peeve?) from the story <em>Plisch und Plum</em> by <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/WilhelmBusch' title='/pmwiki/pmwiki.php/Creator/WilhelmBusch' data-format='Q3JlYXRvci9XaWxoZWxtQnVzY2g='>Wilhelm Busch</a> who walks around while always looking through a telescope, causing him to stumble and fall into a pond. A classic example of a figure popular in 19th and 20th century continental European media, the wealthy British (sometimes American) tourist who travels around Europe with more money than sense. As quite often happened with this type of figure, his freely-spent cash helps bring about a happy end: He buys the two eponymous dogs after they save his life, which benefits their owners and the dogs themselves (who can now look forward to eating high-quality beefsteak every day). </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicBook/Jommeke' title='/pmwiki/pmwiki.php/ComicBook/Jommeke' data-format='Q29taWNCb29rL3t7Sm9tbWVrZX19'>Jommeke</a></em>: <ul ><li> Madam Pepermunt is an American woman who uses the word "Okay" as a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/VerbalTic' title='/pmwiki/pmwiki.php/Main/VerbalTic' data-format='VmVyYmFsVGlj'>Verbal Tic</a> and shoots her gun a lot. </li><li> Mic Mac Jampudding is a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ThriftyScot' title='/pmwiki/pmwiki.php/Main/ThriftyScot' data-format='VGhyaWZ0eVNjb3Q='>Thrifty Scot</a> with a red mustache and walks around <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ManInAKilt' title='/pmwiki/pmwiki.php/Main/ManInAKilt' data-format='W1tNYW5JbkFLaWx0IGluIGEga2lsdF1d'>in a kilt</a>. </li><li> The Native Americans Chief Dikke Springmuis and his tribe members are all primitive Indians who speak in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TontoTalk' title='/pmwiki/pmwiki.php/Main/TontoTalk' data-format='VG9udG9UYWxr'>Tonto Talk</a>. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicBook/Asterix' title='/pmwiki/pmwiki.php/ComicBook/Asterix' data-format='Q29taWNCb29rL3t7QXN0ZXJpeH19'>Asterix</a></em>: Whenever the Gauls meets people from other countries they are bound to be portrayed in a stereotypical way, but always in a respectful manner. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/RobertCrumb' title='/pmwiki/pmwiki.php/Creator/RobertCrumb' data-format='Q3JlYXRvci9Sb2JlcnRDcnVtYg=='>Robert Crumb</a>: Angelfood <span class='esc-seq' title='non-wikiword'>McSpade</span> is a stereotypical African tribeswoman who always walks around bare breasted and speaks in Afro-American ebonics and pidgin English at the same time. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicStrip/Nero' title='/pmwiki/pmwiki.php/ComicStrip/Nero' data-format='Q29taWNTdHJpcC97e05lcm99fQ=='>Nero</a></em>: Ricardo is a Napolitan gangster, complete with Borsellino hat and curly moustache. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicBook/DisneyDucksComicUniverse' title='/pmwiki/pmwiki.php/ComicBook/DisneyDucksComicUniverse' data-format='Q29taWNCb29rL0Rpc25leUR1Y2tzQ29taWNVbml2ZXJzZQ=='>Disney Ducks Comic Universe</a></em>: Arpin Lusène from <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/DonRosa' title='/pmwiki/pmwiki.php/Creator/DonRosa' data-format='Q3JlYXRvci9Eb25Sb3Nh'>Don Rosa</a>'s "<a class='twikilink' href='/pmwiki/pmwiki.php/ComicBook/TheBlackKnight' title='/pmwiki/pmwiki.php/ComicBook/TheBlackKnight' data-format='Q29taWNCb29rL1RoZUJsYWNrS25pZ2h0'>The Black Knight</a>" stories, together with <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FunetikAksent' title='/pmwiki/pmwiki.php/Main/FunetikAksent' data-format='RnVuZXRpa0Frc2VudA=='>Funetik Aksent</a>. <div class='indent'><strong>Arpin Lusene:</strong> Ah am truly ze master thif!<br data-format="\\" /><strong>Donald:</strong> Thif?<br data-format="\\" /><strong>Arpin Lusene:</strong> Not "thif", you iddy-ott! <strong>Thif!</strong> </div></li><li> Jesús from <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicBook/Circles' title='/pmwiki/pmwiki.php/ComicBook/Circles' data-format='Q29taWNCb29rL3t7Q2lyY2xlc319'>Circles</a></em> is campy and likes to sprinkle some Spanish words in his sentences. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder2');">&nbsp;&nbsp;&nbsp;&nbsp;Comic Strips&nbsp;</div><div id="folder2" class="folder" isfolder="true" style="display:block;"> <ul ><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/ComicStrip/Dilbert' title='/pmwiki/pmwiki.php/ComicStrip/Dilbert' data-format='Q29taWNTdHJpcC97e0RpbGJlcnR9fQ=='>Dilbert</a></em>: <ul ><li> The inhabitants of the fictional country Elbonia exist specifically to play this role; Scott Adams said he wanted foreigners he could deride and abuse without being criticized, so he made up his own, based, in his words, on a perception of how Americans view any country without cable. The concept of an entire country of idiots also amused him. </li><li> Adams portrays the U.S. itself as being a country composed (almost) entirely of idiots. The only real difference is in the KIND of idiocy involved. <!--* Mac Manc Mcmanx from ''ComicStrip/GetFuzzy''.--> </li></ul></li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder3');">&nbsp;&nbsp;&nbsp;&nbsp;Fan Works&nbsp;</div><div id="folder3" class="folder" isfolder="true" style="display:block;"> <ul ><li> Given the burgeoning cast of <em><a class='twikilink' href='/pmwiki/pmwiki.php/Fanfic/RacerAndTheGeek' title='/pmwiki/pmwiki.php/Fanfic/RacerAndTheGeek' data-format='RmFuZmljL1JhY2VyQW5kVGhlR2Vlaw=='>Racer and the Geek</a></em>, a few of these crop up, especially in the flashback sections, though all are played seriously to varying degrees. </li><li> Subverted in <em><a class='urllink' href='http://www.fimfiction.net/story/124263/1/songs-uncle-sings/sineva'>Songs Uncle Sings<img src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" height="12" width="12" style="border:none;" /></a></em>. While the uncle does have an accent, plays multiple foreign musical instruments, and speaks diverse foreign languages, he is not a foreign so much as he is an individual who has done so much traveling that it has left a noticeable mark on him. </li><li> Hallvard the White in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Fanfic/NjalGetsBurned' title='/pmwiki/pmwiki.php/Fanfic/NjalGetsBurned' data-format='RmFuZmljL05qYWxHZXRzQnVybmVk'>Njal Gets Burned</a></em>, who's extremely pushy about getting Gunnar to visit his native Norway. When he gets there, everyone else is perfectly normal (for an Icelandic saga), and Hallvard's cousin Olvir tells him to drop the act. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder4');">&nbsp;&nbsp;&nbsp;&nbsp;Films — Live-Action&nbsp;</div><div id="folder4" class="folder" isfolder="true" style="display:block;"> <ul ><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/AreYouBeingServed' title='/pmwiki/pmwiki.php/Film/AreYouBeingServed' data-format='RmlsbS9BcmVZb3VCZWluZ1NlcnZlZA=='>Are You Being Served?</a></em>, an emir comes to Grace Brothers to buy a pair of trousers. Mr. Humphries and Mr. Lucas aren't allowed to touch him, so they have to use balloons to measure his inside leg. </li><li> The Russian cosmonaut in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/Armageddon1998' title='/pmwiki/pmwiki.php/Film/Armageddon1998' data-format='RmlsbS9Bcm1hZ2VkZG9uMTk5OA=='>Armageddon (1998)</a></em> is this, serving as the film's <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PluckyComicRelief' title='/pmwiki/pmwiki.php/Main/PluckyComicRelief' data-format='UGx1Y2t5Q29taWNSZWxpZWY='>Plucky Comic Relief</a>. </li><li> Austin Powers, from <a class='twikilink' href='/pmwiki/pmwiki.php/Film/AustinPowers' title='/pmwiki/pmwiki.php/Film/AustinPowers' data-format='W1tGaWxtL0F1c3RpblBvd2VycyB0aGUgbW90aW9uIHBpY3R1cmUgZnJhbmNoaXNlXV0='>the motion picture franchise</a> of the same name, is a Funny Foreigner, not only by virtue of his country of origin but also by his displacement in time. So is both his nemesis <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ViolentGlaswegian' title='/pmwiki/pmwiki.php/Main/ViolentGlaswegian' data-format='W1tWaW9sZW50R2xhc3dlZ2lhbiBGYXQgQmFzdGFyZF1d'>Fat Bastard</a> and the Dutch <span class='esc-seq' title='non-wikiword'>Goldmember</span>. </li><li> He's never named, but the Swede in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/BlondieJohnson' title='/pmwiki/pmwiki.php/Film/BlondieJohnson' data-format='RmlsbS9CbG9uZGllSm9obnNvbg=='>Blondie Johnson</a></em> falls for Blondie while at a trial, and goes to her house twice, but is always rebuffed by her friend, Danny. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/Borat' title='/pmwiki/pmwiki.php/Film/Borat' data-format='RmlsbS97e0JvcmF0fX0='>Borat</a></em> (and <a class='twikilink' href='/pmwiki/pmwiki.php/Film/BoratSubsequentMoviefilm' title='/pmwiki/pmwiki.php/Film/BoratSubsequentMoviefilm' data-format='W1tGaWxtL0JvcmF0U3Vic2VxdWVudE1vdmllZmlsbSBpdHMgc2VxdWVsXV0='>its sequel</a>) live on this trope. <!--* Many of the competitors in ''Film/CannonballRun''.--> </li><li> The Mexican comedian/producer/singer Cantinflas as Passepartout in the 1956 film <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/AroundTheWorldIn80Days1956' title='/pmwiki/pmwiki.php/Film/AroundTheWorldIn80Days1956' data-format='RmlsbS97e0Fyb3VuZCBUaGUgV29ybGQgaW4gODAgRGF5c3wxOTU2fX0='>Around The World in 80 Days</a></em>. He had it all&#8212;he was short, clumsy, and had a funny accent. <ul ><li> By virtue of being produced in English, the film inverts the original novel by Jules Verne, where Passepartout is a funny person who happens to be French &#8212; like the author and most of the original readers &#8212; and Phileas Fogg is the eccentric, if not uproariously funny foreigner. </li></ul></li><li> Prince Akeem in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/ComingToAmerica' title='/pmwiki/pmwiki.php/Film/ComingToAmerica' data-format='RmlsbS9Db21pbmdUb0FtZXJpY2E='>Coming to America</a></em> initially comes off as this to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LoveInterest' title='/pmwiki/pmwiki.php/Main/LoveInterest' data-format='W1tMb3ZlSW50ZXJlc3QgTGlzYV1d'>Lisa</a> and her family because of his unfamiliarity to life outside of Zamunda. </li><li> The elderly German couple in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/Casablanca' title='/pmwiki/pmwiki.php/Film/Casablanca' data-format='RmlsbS97e0Nhc2FibGFuY2F9fQ=='>Casablanca</a></em>. Their idea of learning English is just to just translate every word literally with a pocket dictionary. <div class='indent'><strong>Husband:</strong> What watch?<br data-format="\\" /><strong>Wife:</strong> Ten watch.<br data-format="\\" /><strong>Husband:</strong> Such much? </div></li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/MauriceChevalier' title='/pmwiki/pmwiki.php/Creator/MauriceChevalier' data-format='Q3JlYXRvci9NYXVyaWNlQ2hldmFsaWVy'>Maurice Chevalier</a> made a career of playing the stereotypical Frenchman with ditto <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MauriceChevalierAccent' title='/pmwiki/pmwiki.php/Main/MauriceChevalierAccent' data-format='TWF1cmljZUNoZXZhbGllckFjY2VudA=='>Maurice Chevalier Accent</a> in a lot of Hollywood musicals and comedies. </li><li> Olaf, Silent Bob's Russian cousin in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/Clerks' title='/pmwiki/pmwiki.php/Film/Clerks' data-format='RmlsbS97e0NsZXJrc319'>Clerks</a></em>. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/CrocodileDundee' title='/pmwiki/pmwiki.php/Film/CrocodileDundee' data-format='RmlsbS9Dcm9jb2RpbGVEdW5kZWU='>"Crocodile" Dundee</a></em>: Crocodile Dundee is an Australian bushwhacker who is obviously out of place in modern day USA. He'd be nearly as out of place in an Australian city, frankly. </li><li> In the 2012 film <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/TheDictator' title='/pmwiki/pmwiki.php/Film/TheDictator' data-format='RmlsbS9UaGVEaWN0YXRvcg=='>The Dictator</a></em>, Admiral General Haffaz Aladeen, who's from the fictional country of the Republic of Wadiya as its titular over-the-top dictator, became this after his beard got cut off by a white supremacist while they're in the United States (as Aladeen himself was in a United Nations conference meeting by the time this happened), rendering him as being unrecognizable to almost everyone around the world for the majority of the movie. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/DoctorInTrouble' title='/pmwiki/pmwiki.php/Film/DoctorInTrouble' data-format='RmlsbS9Eb2N0b3JJblRyb3VibGU='>Doctor in Trouble</a></em>: <ul ><li> Satterjee is an Indian steward who has a tendency to comically miss the point. </li><li> The Russian Captain is an amusingly butch woman who puts off Dr. Burke with her advances and speaks in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/YouNoTakeCandle' title='/pmwiki/pmwiki.php/Main/YouNoTakeCandle' data-format='WW91Tm9UYWtlQ2FuZGxl'>You No Take Candle</a>. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/DrStrangelove' title='/pmwiki/pmwiki.php/Film/DrStrangelove' data-format='RmlsbS9EclN0cmFuZ2Vsb3Zl'>Dr. Strangelove</a></em> had Peter Sellers portray two Funny Foreigner characters: a stuffy British military commander and the former Nazi expert Dr. Strangelove, who both speak in ditto heavy accents. </li><li> Louis Louis from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/EasyLiving' title='/pmwiki/pmwiki.php/Film/EasyLiving' data-format='RmlsbS9FYXN5TGl2aW5n'>Easy Living</a></em>: <div class='indent'><strong>Louis Louis:</strong> You are a sight for an eyesore! </div></li><li> Frank Eggelhoffer in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/FatherOfTheBride1991' title='/pmwiki/pmwiki.php/Film/FatherOfTheBride1991' data-format='RmlsbS9GYXRoZXJPZlRoZUJyaWRlMTk5MQ=='>Father of the Bride (1991)</a></em>. His assistant Howard Weinstein also qualifies. <!--* The character of Janosz in ''Film/GhostbustersII'' is the basis of a similar joke; he's from "De Upper Vest Side." (please explain this example by its own merits and not merely in comparison to other examples)--> </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/TheGumballRally' title='/pmwiki/pmwiki.php/Film/TheGumballRally' data-format='RmlsbS9UaGVHdW1iYWxsUmFsbHk='>The Gumball Rally</a></em> has several: Lapchick the Mad Hungarian, Franco Bertolli, the British Benz team. </li><li> Heinz the Baron Krauss von Espy from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/IntolerableCruelty' title='/pmwiki/pmwiki.php/Film/IntolerableCruelty' data-format='RmlsbS9JbnRvbGVyYWJsZUNydWVsdHk='>Intolerable Cruelty</a></em> is an example that must be seen to be believed. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/JohnnyEnglish' title='/pmwiki/pmwiki.php/Film/JohnnyEnglish' data-format='RmlsbS9Kb2hubnlFbmdsaXNo'>Johnny English</a></em>: Pascal Sauvage, a long-lost French prince who plans to rule the United Kingdom with an iron fist, has significant shades of this, especially given that he's capable of being rather quirky. </li><li> One <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/LaurelAndHardy' title='/pmwiki/pmwiki.php/Creator/LaurelAndHardy' data-format='Q3JlYXRvci9MYXVyZWxBbmRIYXJkeQ=='>Laurel and Hardy</a> short, "Putting Pants On Philip" had Laurel portray a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ManInAKilt' title='/pmwiki/pmwiki.php/Main/ManInAKilt' data-format='W1tNYW5JbkFLaWx0IFNjb3R0aXNoIG1hbiB3aG8gd2Fsa3MgYXJvdW5kIGluIGEga2lsdF1d'>Scottish man who walks around in a kilt</a>, causing an uproar throughout the entire picture. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/TheLegendOfFrenchieKing' title='/pmwiki/pmwiki.php/Film/TheLegendOfFrenchieKing' data-format='RmlsbS9UaGVMZWdlbmRPZkZyZW5jaGllS2luZw=='>The Legend of Frenchie King</a></em>: Being set in a Texas town of French immigrants who insist on speaking French, it's the English-speaking marshall who's out of place. A lot of the comedy comes from his attempts to communicate with the other characters. </li><li> In the <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/MarxBrothers' title='/pmwiki/pmwiki.php/Creator/MarxBrothers' data-format='Q3JlYXRvci9NYXJ4QnJvdGhlcnM='>Marx Brothers</a> movies, Chico Marx almost always plays a fast-talking blue-collar comical Italian <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ElSpanishO' title='/pmwiki/pmwiki.php/Main/ElSpanishO' data-format='W1tFbFNwYW5pc2hPIHdpdGggYSBiYWQgYWNjZW50XV0='>with a bad accent</a>. It's a holdover of his part as the classic "dialect comedian" role from Vaudeville. <!--* And then there's the movie ''Men With Brooms''...--> </li><li> Technically, Mr. Bean from <a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/MrBean' title='/pmwiki/pmwiki.php/Franchise/MrBean' data-format='W1tGcmFuY2hpc2UvTXJCZWFuIGhpcyBuYW1lc2FrZSBmcmFuY2hpc2VdXQ=='>his namesake franchise</a> becomes this twice, namely in both the 1997 movie <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/Bean' title='/pmwiki/pmwiki.php/Film/Bean' data-format='RmlsbS97e0JlYW59fQ=='>Bean</a></em> (in which its primary setting is in the United States) and its 2007 sequel <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/MrBeansHoliday' title='/pmwiki/pmwiki.php/Film/MrBeansHoliday' data-format='RmlsbS9NckJlYW5zSG9saWRheQ=='>Mr. Bean's Holiday</a></em> (where it's instead set in France), given that he's originally from the United Kingdom (much like the whole franchise itself). </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SubvertedTrope' title='/pmwiki/pmwiki.php/Main/SubvertedTrope' data-format='e3tTdWJ2ZXJ0ZWR8VHJvcGV9fQ=='>Subverted</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LampshadeHanging' title='/pmwiki/pmwiki.php/Main/LampshadeHanging' data-format='e3tsYW1wc2hhZGV8SGFuZ2luZ319ZA=='>lampshaded</a> in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/NotAnotherTeenMovie' title='/pmwiki/pmwiki.php/Film/NotAnotherTeenMovie' data-format='RmlsbS9Ob3RBbm90aGVyVGVlbk1vdmll'>Not Another Teen Movie</a></em> &#8212; <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MeaningfulName' title='/pmwiki/pmwiki.php/Main/MeaningfulName' data-format='W1tNZWFuaW5nZnVsTmFtZSBBcmVvbGFdXQ=='>Areola</a> is a foreigner from "Europe" (her accent changes every line, and she dodges the question of what country she's from in a deleted scene) that openly admits that she's only in America / only exists to give nerds "pussy". Oh, and she spends the entire movie naked. Stark naked. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/PeterSellers' title='/pmwiki/pmwiki.php/Creator/PeterSellers' data-format='Q3JlYXRvci9QZXRlclNlbGxlcnM='>Peter Sellers</a> made an art of playing the Funny Foreigner &#8212; he inverts the trope somewhat in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/TheParty' title='/pmwiki/pmwiki.php/Film/TheParty' data-format='RmlsbS9UaGVQYXJ0eQ=='>The Party</a></em> as an Indian actor being the one centered, sympathetic guy stuck in a Hollywood crowd. </li><li> The entire Largo family from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/RepoTheGeneticOpera' title='/pmwiki/pmwiki.php/Film/RepoTheGeneticOpera' data-format='RmlsbS9SZXBvVGhlR2VuZXRpY09wZXJh'>Repo! The Genetic Opera</a></em> is Italian, though only Pavi has any kind of accent. He and his brother Luigi make up the main comic relief of the movie. Of course, with a movie like Repo, the comic relief duo is made up of a rapist and a murderer... </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/TheRoom2003' title='/pmwiki/pmwiki.php/Film/TheRoom2003' data-format='RmlsbS9UaGVSb29tMjAwMw=='>The Room (2003)</a></em>: Tommy Wiseau both in his film, and in real life, unintentionally. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LampshadeHanging' title='/pmwiki/pmwiki.php/Main/LampshadeHanging' data-format='TGFtcHNoYWRlSGFuZ2luZw=='>Lampshade Hanging</a> in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/ShortCircuit' title='/pmwiki/pmwiki.php/Film/ShortCircuit' data-format='RmlsbS9TaG9ydENpcmN1aXQ='>Short Circuit</a></em>: Ben, the wacky, vaguely Indian sidekick, spends the whole movie saying things like, "With excitement like this, who is needing enemas?" When another character asks him about it: <div class='indent'><strong>Newton:</strong> Where are you from, anyway?<br data-format="\\" /><strong>Ben:</strong> Bakersfield, originally.<br data-format="\\" /><strong>Newton:</strong> No, I mean your ancestors.<br data-format="\\" /><strong>Ben:</strong> Oh, them. Pittsburgh. <!--* ''Film/SixteenCandles''. Long Duk Dong.--> </div></li><li> Bob and Doug <span class='esc-seq' title='non-wikiword'>McKenzie</span>, who in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/StrangeBrew' title='/pmwiki/pmwiki.php/Film/StrangeBrew' data-format='RmlsbS9TdHJhbmdlQnJldw=='>Strange Brew</a></em> go out of their way to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SelfDeprecatingHumor' title='/pmwiki/pmwiki.php/Main/SelfDeprecatingHumor' data-format='W1tTZWxmRGVwcmVjYXRpbmdIdW1vciBkZW1vbnN0cmF0ZSBqdXN0IGhvdyBmb3JlaWduIENhbmFkaWFucyBhcmVdXQ=='>demonstrate just how foreign Canadians are</a>... </li><li> Kostya Novotny in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/TwentyFifthHour' title='/pmwiki/pmwiki.php/Film/TwentyFifthHour' data-format='RmlsbS9Ud2VudHlGaWZ0aEhvdXI='>25th Hour</a></em> provides comic relief nearly every time he appears due to his tenuous grasp of English. </li><li> In the film <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/RatRace' title='/pmwiki/pmwiki.php/Film/RatRace' data-format='RmlsbS9SYXRSYWNl'>Rat Race</a></em>, <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/RowanAtkinson' title='/pmwiki/pmwiki.php/Creator/RowanAtkinson' data-format='Q3JlYXRvci9Sb3dhbkF0a2luc29u'>Rowan Atkinson</a> played Enrico Pollini, a simple-minded narcoleptic Italian tourist visiting Las Vegas. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/ThoseMagnificentMenInTheirFlyingMachines' title='/pmwiki/pmwiki.php/Film/ThoseMagnificentMenInTheirFlyingMachines' data-format='RmlsbS9UaG9zZU1hZ25pZmljZW50TWVuSW5UaGVpckZseWluZ01hY2hpbmVz'>Those Magnificent Men in Their Flying Machines</a></em> features a slew of zany pilots from all over the world, from the stuffy British eccentric to the efficiency-obsessed Prussian in a pickelhaube to the suave <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HandsomeLech' title='/pmwiki/pmwiki.php/Main/HandsomeLech' data-format='SGFuZHNvbWVMZWNo'>Handsome Lech</a> Frenchman. The offensiveness of all this stereotyping is mitigated by the fact that a) everyone gets this treatment and b) <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FakeNationality' title='/pmwiki/pmwiki.php/Main/FakeNationality' data-format='RmFrZU5hdGlvbmFsaXR5'>Fake Nationality</a> is spectacularly averted &#8212; every character is played by an actor of that nationality. Interestingly, the Japanese pilot averts this by being presented as competent, speaking very good English and not being stereotypical at all. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Film/YouDontMessWithTheZohan' title='/pmwiki/pmwiki.php/Film/YouDontMessWithTheZohan' data-format='RmlsbS9Zb3VEb250TWVzc1dpdGhUaGVab2hhbg=='>You Don't Mess with the Zohan</a></em> primarily tackles about Middle Easterners living in the United States. However, the characters who define this trope the most are the namesake Zohanele "Zohan" Dvir (a.k.a. Scrappy Coco), <span class="spoiler" title="you can set spoilers visible by default on your profile" >Fatoush</span> "Phantom" Hakbarah (who is also <span class="spoiler" title="you can set spoilers visible by default on your profile" >Dalia's <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ChildishOlderSibling' title='/pmwiki/pmwiki.php/Main/ChildishOlderSibling' data-format='W1tDaGlsZGlzaE9sZGVyU2libGluZyBvbGRlciBicm90aGVyXV0='>older brother</a></span>), and Salim Yousfoubdal, all of which are because of their different levels of eccentricity. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder5');">&nbsp;&nbsp;&nbsp;&nbsp;Jokes&nbsp;</div><div id="folder5" class="folder" isfolder="true" style="display:block;"> <ul ><li> The old "Sven and Ole"/"Ole and Lena" jokes from the American Upper Midwest are about three rather dopey Scandinavian immigrants. Ole's wife Lena <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WomenAreWiser' title='/pmwiki/pmwiki.php/Main/WomenAreWiser' data-format='W1tXb21lbkFyZVdpc2VyIGdlbmVyYWxseSBwbGF5cyB0aGVdXQ=='>generally plays the</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OnlySaneMan' title='/pmwiki/pmwiki.php/Main/OnlySaneMan' data-format='T25seVNhbmVNYW4='>Only Sane Man</a>, but even she's <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OnlySaneByComparison' title='/pmwiki/pmwiki.php/Main/OnlySaneByComparison' data-format='W1tPbmx5U2FuZUJ5Q29tcGFyaXNvbiBuZXZlciBleGFjdGx5IGEgcm9ja2V0IHNjaWVudGlzdF1d'>never exactly a rocket scientist</a>, while Sven is just <em>dumb</em>. It's common for the joke-teller to put on a mild Scandinavian accent when voicing the characters. Shades of <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NWordPrivileges' title='/pmwiki/pmwiki.php/Main/NWordPrivileges' data-format='TldvcmRQcml2aWxlZ2Vz'>N-Word Privileges</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SelfDeprecatingHumor' title='/pmwiki/pmwiki.php/Main/SelfDeprecatingHumor' data-format='U2VsZkRlcHJlY2F0aW5nSHVtb3I='>Self-Deprecating Humor</a> since the jokes originated among Scandinavian-Americans. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder6');">&nbsp;&nbsp;&nbsp;&nbsp;Literature&nbsp;</div><div id="folder6" class="folder" isfolder="true" style="display:block;"> <ul ><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/AgathaChristie' title='/pmwiki/pmwiki.php/Creator/AgathaChristie' data-format='Q3JlYXRvci9BZ2F0aGFDaHJpc3RpZQ=='>Agatha Christie</a>'s <a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/HerculePoirot' title='/pmwiki/pmwiki.php/Franchise/HerculePoirot' data-format='RnJhbmNoaXNlL0hlcmN1bGVQb2lyb3Q='>Hercule Poirot</a> famously uses this trope to great effect. Poirot is a Belgian. By acting like a Funny Foreigner ignorant of social conventions and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PoirotSpeak' title='/pmwiki/pmwiki.php/Main/PoirotSpeak' data-format='W1tQb2lyb3RTcGVhayBkZW1vbnN0cmF0aW5nIGEgbGFjayBvZiBjb21tYW5kIG9mIHRoZSBFbmdsaXNoIGxhbmd1YWdlXV0='>demonstrating a lack of command of the English language</a>, he gets people to see him as harmless and reveal their closest secrets and troubles without a thought. This tends to bite them in the ass if they were the murderer. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Discworld' title='/pmwiki/pmwiki.php/Literature/Discworld' data-format='TGl0ZXJhdHVyZS97e0Rpc2N3b3JsZH19'>Discworld</a></em>: <ul ><li> Otto Chriek, a vampire from the novels is an example, playing upon stereotypes of both Eastern Europeans and vampirism. He is similar to Poirot in that his Funny Foreigner persona is to some extent <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' title='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' data-format='T2JmdXNjYXRpbmdTdHVwaWRpdHk='>Obfuscating Stupidity</a> used to stop humans from hating and fearing him. (If they're laughing at your accent and your opera cloak, they're not staking you and chopping off your head.) This is demonstrated in the novel <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Thud' title='/pmwiki/pmwiki.php/Literature/Thud' data-format='TGl0ZXJhdHVyZS97e1RodWR9fQ=='>Thud!</a></em>, where he is able to take pictures at an anti-vampire protest without being molested by the angry mob. </li><li> Twoflower is a classic funny foreigner on vacation &#8212; specifically, he is the Disc's equivalent of a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/JapaneseTourist' title='/pmwiki/pmwiki.php/Main/JapaneseTourist' data-format='SmFwYW5lc2VUb3VyaXN0'>Japanese Tourist</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/JapanesePoliteness' title='/pmwiki/pmwiki.php/Main/JapanesePoliteness' data-format='W1tKYXBhbmVzZVBvbGl0ZW5lc3MgYW1hemluZ2x5IHBvbGl0ZSxdXQ=='>amazingly polite,</a> taking photographs everywhere, and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/JapanTakesOverTheWorld' title='/pmwiki/pmwiki.php/Main/JapanTakesOverTheWorld' data-format='W1tKYXBhblRha2VzT3ZlclRoZVdvcmxkIGJ1eWluZyBhbnl0aGluZyB0aGF0IHN1aXRzIGhpcyBmYW5jeS5dXQ=='>buying anything that suits his fancy.</a> </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Jingo' title='/pmwiki/pmwiki.php/Literature/Jingo' data-format='W1tMaXRlcmF0dXJlL3t7SmluZ299fSA3MS1Ib3VyIEFobWVkXV0='>71-Hour Ahmed</a> makes this trope work for him, in similar ways to Otto Chriek. He plays up Klatchian stereotypes when in Ankh-Morpork, but since he went to school in Ankh-Morpork, he <em>acts Morporkian</em> in Klatch. He tells Vimes "I find it helpful to be a little bit foreign wherever I go." </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Dive2003' title='/pmwiki/pmwiki.php/Literature/Dive2003' data-format='TGl0ZXJhdHVyZS9EaXZlMjAwMw=='>Dive (2003)</a></em>: Downplayed with Menasce Gérard (aka English), the grouchy dive guide who is descended from native Caribbean tribes, French settlers, and one English castaway many generations back. His frustration at the hands of his young charges provides a lot of humor, but is also justified due to their dangerous inexperience, with English coming across as a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HyperCompetentSidekick' title='/pmwiki/pmwiki.php/Main/HyperCompetentSidekick' data-format='SHlwZXJDb21wZXRlbnRTaWRla2ljaw=='>Hyper-Competent Sidekick</a> who saves their lives several times and also gets a lot more nuanced and approachable as time goes by. </li><li> Kung Fu Tzu in <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/MichaelMoorcock' title='/pmwiki/pmwiki.php/Creator/MichaelMoorcock' data-format='Q3JlYXRvci9NaWNoYWVsTW9vcmNvY2s='>Michael Moorcock</a>'s novel <em>The Chinese Agent</em> is an exaggerated <a class='twikilink' href='/pmwiki/pmwiki.php/Literature/FuManchu' title='/pmwiki/pmwiki.php/Literature/FuManchu' data-format='TGl0ZXJhdHVyZS9GdU1hbmNodQ=='>Fu Manchu</a> knockoff. Much <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HilarityEnsues' title='/pmwiki/pmwiki.php/Main/HilarityEnsues' data-format='SGlsYXJpdHlFbnN1ZXM='>Hilarity Ensues</a>. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/ModestyBlaise' title='/pmwiki/pmwiki.php/Literature/ModestyBlaise' data-format='TGl0ZXJhdHVyZS9Nb2Rlc3R5QmxhaXNl'>Modesty Blaise</a></em> series: <ul ><li> Sheikh Abu-Tahir in <em>Modesty Blaise</em> (the first novel) is an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ArabOilSheikh' title='/pmwiki/pmwiki.php/Main/ArabOilSheikh' data-format='QXJhYk9pbFNoZWlraA=='>Arab Oil Sheikh</a> who speaks broken English with frequent malapropisms and mixes elements of the wealthy oil magnate lifestyle with elements of the traditional life of his tribe; for instance, when he comes to England to negotiate an oil deal with the British government, he and his retinue take a suite at the Ritz and then set up a traditional encampment inside it, complete with tents and goats. </li><li> Caspar in the short story "A Perfect Night to Break Your Neck" is a Funny Foreigner everywhere he goes, speaking in an unidentifiable accent with <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PoirotSpeak' title='/pmwiki/pmwiki.php/Main/PoirotSpeak' data-format='UG9pcm90U3BlYWs='>Poirot Speak</a> interjections from multiple languages. <div class='indent'>"Modesty, my old!" Caspar snatched up her hand and kissed it. "I am possessed by a brilliant idea. Let us get married <em>tout de suite</em>, old bean. <em>Heiut!</em> <em>Oggi!</em> As captain of the <em>Delphine</em>, I will perform the ceremony. Tovarich Garvin shall be best man." </div></li></ul></li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/WatershipDown' title='/pmwiki/pmwiki.php/Literature/WatershipDown' data-format='TGl0ZXJhdHVyZS9XYXRlcnNoaXBEb3du'>Watership Down</a></em>, a novel about rabbits, there's Kehaar the gull. His nearly incomprehensible speech and the <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FishOutOfWater' title='/pmwiki/pmwiki.php/Main/FishOutOfWater' data-format='RmlzaE91dE9mV2F0ZXI='>Fish out of Water</a> bizarreness of him trying to live with rabbits are frequently played for comedy. </li><li> Bobinsky, AKA "Mr. Bobo", the old man in the upstairs flat in <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/NeilGaiman' title='/pmwiki/pmwiki.php/Creator/NeilGaiman' data-format='Q3JlYXRvci9OZWlsR2FpbWFu'>Neil Gaiman</a>'s <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Coraline' title='/pmwiki/pmwiki.php/Literature/Coraline' data-format='TGl0ZXJhdHVyZS97e0NvcmFsaW5lfX0='>Coraline</a></em>, described as being "Romanian or Slovenian or Livonian, or one of those countries" by Miss Spink. The film version makes him an even more obvious example of this trope. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/TheStormlightArchive' title='/pmwiki/pmwiki.php/Literature/TheStormlightArchive' data-format='W1tMaXRlcmF0dXJlL1RoZVN0b3JtbGlnaHRBcmNoaXZlIFRoZSBXYXkgb2YgS2luZ3NdXQ=='>The Way of Kings</a></em> there are quite a few instances of Funny Foreigners. Most notable are <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TheUnpronounceable' title='/pmwiki/pmwiki.php/Main/TheUnpronounceable' data-format='W1tUaGVVbnByb25vdW5jZWFibGUgUm9jayYjMDM5O3NdXQ=='>Rock's</a> people, (referred to as Horneaters by most), who calls everyone "airsick lowlanders". </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Wicked' title='/pmwiki/pmwiki.php/Literature/Wicked' data-format='TGl0ZXJhdHVyZS97e1dpY2tlZH19'>Wicked</a></em> Fiyero would be the Funny Foreigner, since no one's ever seen a Winkie (someone from the Vinkus) before. However the humor really only shows up in his first appearance and is at his expense (he's attacked by a pair of antlers that have come alive, and winds up shrieking in his native tongue). He's even wearing clothing that the main characters consider weird and assume is some sort of traditional outfit. It's memorable though, as it's one of the only (if not <strong>the</strong> only) humorous scenes in the book. He also offers to sing them some kind of traditional song (but he doesn't). The rest of his customs and behaviour are perfectly normal, though he does seem shy, was betrothed at a young age, and his section of the book uses a lot of hunting metaphors. <ul ><li> Avaric embarrasses Boq by kissing him on both cheeks, a custom from his homeland. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Animorphs' title='/pmwiki/pmwiki.php/Literature/Animorphs' data-format='TGl0ZXJhdHVyZS97e0FuaW1vcnBoc319'>Animorphs</a></em> has Ax, the Andalite (alien) ignorant of human cultures and customs, often reacting hilariously to new scenarios he encounters. On occasion, while he's in human form, the other Animorphs will try to cover for him by claiming he's from Canada &#8212; doesn't quite work. </li><li> Leo Rosten's H*Y*M*A*N K*A*P*L*A*N stories, which ran in the <em>New Yorker</em> in the 1930s, were the epitome of this. The setting is a night school where immigrants from every corner of the globe, each with their own unique personality and way of speaking, learn English and civics in preparation for citizenship. <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Malaproper' title='/pmwiki/pmwiki.php/Main/Malaproper' data-format='e3tNYWxhcHJvcGVyfX1z'>Malapropers</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FunWithForeignLanguages' title='/pmwiki/pmwiki.php/Main/FunWithForeignLanguages' data-format='RnVuV2l0aEZvcmVpZ25MYW5ndWFnZXM='>Fun with Foreign Languages</a> abound. </li><li> Used very subtly in <a class='twikilink' href='/pmwiki/pmwiki.php/Literature/TheLordOfTheRings' title='/pmwiki/pmwiki.php/Literature/TheLordOfTheRings' data-format='TGl0ZXJhdHVyZS9UaGVMb3JkT2ZUaGVSaW5ncw=='>The Lord of the Rings</a>. It's touched on once or twice, but both the hobbits and the readers are left mostly clueless as to how much Pippin and Merridoc fit this trope. Only in Appendix F is it revealed how strange and funny Pippin sounded to the men of Gondor. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/Dracula' title='/pmwiki/pmwiki.php/Literature/Dracula' data-format='TGl0ZXJhdHVyZS97e0RyYWN1bGF9fQ=='>Dracula</a></em>: <ul ><li> Van Helsing, the Dutch <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AbsentMindedProfessor' title='/pmwiki/pmwiki.php/Main/AbsentMindedProfessor' data-format='QWJzZW50TWluZGVkUHJvZmVzc29y'>Absent-Minded Professor</a> with a habit of <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BluntMetaphorsTrauma' title='/pmwiki/pmwiki.php/Main/BluntMetaphorsTrauma' data-format='Qmx1bnRNZXRhcGhvcnNUcmF1bWE='>Blunt Metaphors Trauma</a> and peppering his language with German (the lingua franca at the time), and Quincy Morris, the cowboy with a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/InvokedTrope' title='/pmwiki/pmwiki.php/Main/InvokedTrope' data-format='W1tJbnZva2VkVHJvcGUgZGVsaWJlcmF0ZWx5IGV4YWdnZXJhdGVkXV0='>deliberately exaggerated</a> accent. </li><li> Defied by Dracula himself. The largest reason Dracula invites Johnathan Harker to stay with him in Wallachia is to get rid of his accent and learn about the day-to-day matters of life in England, specifically so he <em>won't</em> fall into this trope. <div class='indent'><strong>Dracula:</strong> Well, I know that, did I move and speak in your London, none there are who would not know me for a stranger. That is not enough for me. Here I am noble; I am boyar; the common people know me, and I am master. But a stranger in a strange land, he is no one; men know him not—and to know not is to care not for. I am content if I am like the rest, so that no man stops if he see me, or pause in his speaking if he hear my words, ‘Ha, ha! a stranger!’ I have been so long master that I would be master still—or at least that none other should be master of me. </div></li></ul></li><li> Ling-Ling in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/TheCandidatesBasedOnATrueCountry' title='/pmwiki/pmwiki.php/Literature/TheCandidatesBasedOnATrueCountry' data-format='TGl0ZXJhdHVyZS9UaGVDYW5kaWRhdGVzQmFzZWRPbkFUcnVlQ291bnRyeQ=='>The Candidates (based on a true country)</a></em> speaks in broken English and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WideEyedIdealist' title='/pmwiki/pmwiki.php/Main/WideEyedIdealist' data-format='W1tXaWRlRXllZElkZWFsaXN0IGFjdHVhbGx5IGJlbGlldmVzIGluIGhlciBjYW5kaWRhdGUgYW5kIHRoZSBpbXBvcnRhbmNlIG9mIHRoZSBEZW1vY3JhdGljIGNhdXNlLi4uXV0='>actually believes in her candidate and the importance of the Democratic cause...</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WorldOfJerkass' title='/pmwiki/pmwiki.php/Main/WorldOfJerkass' data-format='W1tXb3JsZE9mSmVya2FzcyB0aGUgcG9vciBpbm5vY2VudCBmb29sLl1d'>the poor innocent fool.</a> </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/TheMacbethMurderMystery' title='/pmwiki/pmwiki.php/Literature/TheMacbethMurderMystery' data-format='TGl0ZXJhdHVyZS9UaGVNYWNiZXRoTXVyZGVyTXlzdGVyeQ=='>The Macbeth Murder Mystery</a></em>: This short story presents two examples: A <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ShoutOut' title='/pmwiki/pmwiki.php/Main/ShoutOut' data-format='U2hvdXRPdXQ='>Shout-Out</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/HerculePoirot' title='/pmwiki/pmwiki.php/Franchise/HerculePoirot' data-format='RnJhbmNoaXNlL0hlcmN1bGVQb2lyb3Q='>Hercule Poirot</a>, a fictional detective who invokes this trope <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' title='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' data-format='W1tPYmZ1c2NhdGluZ1N0dXBpZGl0eSB0byBoaWRlIGhpcyBjdW5uaW5nXV0='>to hide his cunning</a> as a detective, and played straight with the Reader (the narrator places his tale in a <em> "hotel in the English lake country" </em> and calls the Reader <em> "an American Lady" </em> nine times), a silly woman who insists on applying <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DetectiveDrama' title='/pmwiki/pmwiki.php/Main/DetectiveDrama' data-format='RGV0ZWN0aXZlRHJhbWE='>Detective Drama</a> tropes to <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/Macbeth' title='/pmwiki/pmwiki.php/Theatre/Macbeth' data-format='VGhlYXRyZS97e01hY2JldGh9fQ=='>Macbeth</a></em> making a fool of herself. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/CagingSkies' title='/pmwiki/pmwiki.php/Literature/CagingSkies' data-format='TGl0ZXJhdHVyZS9DYWdpbmdTa2llcw=='>Caging Skies</a></em>: <ul ><li> The Poles (actually Russians) are this to the Austrian <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NaziProtagonist' title='/pmwiki/pmwiki.php/Main/NaziProtagonist' data-format='TmF6aVByb3RhZ29uaXN0'>Nazi Protagonist</a> </li></ul><div class='indent'><em>The Poles were arguing over something that I assumed, from the complex sounds, to be philosophy or astrophysics. Unexpectedly, the older one exposed his molar. I burst out laughing, imitated their grandiose sounds, then pointed to my back tooth. We all roared, except Pimmichen, who hadn't caught on.</em>. </div><ul ><li> He doesn't have a high opinion of Americans either </li></ul><div class='indent'><em>The Americans were known for speaking loudly. Maybe their way of speaking was more perceptible from far away because it was so nasal. If some of our Germanic language came out of our throats, I'd say a good deal of theirs came out their noses.</em> </div></li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder7');">&nbsp;&nbsp;&nbsp;&nbsp;Live-Action TV&nbsp;</div><div id="folder7" class="folder" isfolder="true" style="display:block;"> <h3><strong>In General:</strong></h3> <ul ><li> Some talk show hosts like to have funny foreigner sidekicks or recurring sketch characters. Jimmy Kimmel has Guillermo the security guard, and Conan O'Brien has band member La Bamba. </li><li> Japanese television personality Bobby Ologun, who was born in Nigeria, created a persona as a funny foreigner, frequently garbling his Japanese in amusing ways and generally showing ignorance of Japanese culture. His schtick has been criticized as <a class='twikilink' href='/pmwiki/pmwiki.php/Main/UncleTomfoolery' title='/pmwiki/pmwiki.php/Main/UncleTomfoolery' data-format='VW5jbGVUb21mb29sZXJ5'>Uncle Tomfoolery</a>, playing on Japanese stereotypes of black people and foreigners in general. </li></ul><h3><strong>Series:</strong></h3> <ul ><li> A series of sketches in Nickelodeon's <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/AllThat' title='/pmwiki/pmwiki.php/Series/AllThat' data-format='U2VyaWVzL0FsbFRoYXQ='>All That</a></em> feature Ishboo, a foreign exchange student from "A Foreign Land." No, really, that was his country's name. <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WeirdnessCoupon' title='/pmwiki/pmwiki.php/Main/WeirdnessCoupon' data-format='W1tXZWlyZG5lc3NDb3Vwb24gVGhlIGpva2Ugd2l0aCBJc2hib28gaXMgdGhhdCBoZSB3YXMgYSBwcmFua3N0ZXIgd2hvIHdvdWxkIG1ha2UgdXAgY3VzdG9tcyBvbiB0aGUgc3BvdCwgYW5kIGhpcyBleGNoYW5nZSBmYW1pbHkgYW5kIGNsYXNzbWF0ZXMgd291bGQgZmVlbCBjb21wZWxsZWQgdG8gIm1ha2UgaGltIGZlZWwgYXQgaG9tZSIgYnkgcGxheWluZyBhbG9uZywgbXVjaCB0byBoaXMgYW11c2VtZW50Ll1d'>The joke with Ishboo is that he was a prankster who would make up customs on the spot, and his exchange family and classmates would feel compelled to "make him feel at home" by playing along, much to his amusement.</a> </li><li> Some of the customers in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/AreYouBeingServed' title='/pmwiki/pmwiki.php/Series/AreYouBeingServed' data-format='U2VyaWVzL0FyZVlvdUJlaW5nU2VydmVk'>Are You Being Served?</a></em> fit this trope. <ul ><li> In one episode, an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ArabOilSheikh' title='/pmwiki/pmwiki.php/Main/ArabOilSheikh' data-format='QXJhYk9pbFNoZWlraA=='>Arab Oil Sheikh</a> visits the store and attempts to buy a pair of trousers in exchange for a goat...When the goat is refused by the sales assistants, the sheik then tries to trade a beautiful woman. </li><li> In another episode, it's a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/JapaneseTourist' title='/pmwiki/pmwiki.php/Main/JapaneseTourist' data-format='SmFwYW5lc2VUb3VyaXN0'>Japanese Tourist</a> with his "<a class='twikilink' href='/pmwiki/pmwiki.php/Main/JapaneseRanguage' title='/pmwiki/pmwiki.php/Main/JapaneseRanguage' data-format='W1tKYXBhbmVzZVJhbmd1YWdlIENsZWRpdCBDYWFdXQ=='>Cledit Caa</a>" (Sooooooo!). Captain Peacock's attempts to communicate with him are at least as hilarious as the tourist himself ("You wanty buy?" "Whaty-wanty?") </li><li> Also, a cranky German couple in "German Week", and Japanese businessmen looking to take over the store in "Monkey Business". Also, short-lived regular Mr. Grossman could qualify as a Funny Foreigner. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/BabylonBerlin' title='/pmwiki/pmwiki.php/Series/BabylonBerlin' data-format='U2VyaWVzL0JhYnlsb25CZXJsaW4='>Babylon Berlin</a></em> (which is set in <a class='twikilink' href='/pmwiki/pmwiki.php/UsefulNotes/TheWeimarRepublic' title='/pmwiki/pmwiki.php/UsefulNotes/TheWeimarRepublic' data-format='VXNlZnVsTm90ZXMvVGhlV2VpbWFyUmVwdWJsaWM='>The Weimar Republic</a>) has as a couple of camp <em>Austrians</em> running around, as well as a few Russians (though those are not nearly as funny). </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/TheBigBangTheory' title='/pmwiki/pmwiki.php/Series/TheBigBangTheory' data-format='U2VyaWVzL1RoZUJpZ0JhbmdUaGVvcnk='>The Big Bang Theory</a></em>: <ul ><li> Rajesh "Raj" Koothrappali. Frequently complicated by the fact that Sheldon Cooper feels the need to correct Raj on Indian culture. </li><li> However, when Raj's sister appears, far from being a funny foreigner, she is beautiful, strong-willed and professional. </li></ul></li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/BlackBooks' title='/pmwiki/pmwiki.php/Series/BlackBooks' data-format='U2VyaWVzL0JsYWNrQm9va3M='>Black Books</a></em>, Fran tracks down some <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LongLostRelative' title='/pmwiki/pmwiki.php/Main/LongLostRelative' data-format='e3tsb25nIGxvc3QgcmVsYXRpdmV9fXM='>long lost relatives</a> that fit this trope, hailing from what would appear to be <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Ruritania' title='/pmwiki/pmwiki.php/Main/Ruritania' data-format='W1t7e1J1cml0YW5pYX19IHNvbWV3aGVyZSBpbiBFYXN0ZXJuIEV1cm9wZV1d'>somewhere in Eastern Europe</a>. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/CitizenKhan' title='/pmwiki/pmwiki.php/Series/CitizenKhan' data-format='U2VyaWVzL0NpdGl6ZW5LaGFu'>Citizen Khan</a></em> deals with a Pakistani-born immigrant who is pompous, authoritarian, religiously Islamic, and incompetently endearing, as he struggles to make sense of both Birmingham and his British-born daughters, who have more liberal approaches to life. </li><li> Less stellar or sympathetic &#8212; the 1960s sitcom <em>Curry and Chips</em>, which featured <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/SpikeMilligan' title='/pmwiki/pmwiki.php/Creator/SpikeMilligan' data-format='Q3JlYXRvci9TcGlrZU1pbGxpZ2Fu'>Spike Milligan</a> in brownface, playing a comedy Pakistani who consistently failed to make sense of Britain. Even at the time this was thought of as a racist show playing on stereotypes and popular assumptions. <span class="notelabel" onclick="togglenote('note1b4it');"><sup>note&nbsp;</sup></span><span id="note1b4it" class="inlinefolder" isnote="true" onclick="togglenote('note1b4it');" style="cursor:pointer;font-size:smaller;display:none;">Milligan was angry about the show's cancellation, and never abandoned his "Pakistani" character, who resurfaced in the Q series as the surreal <a class='twikilink' href='/pmwiki/pmwiki.php/Series/DoctorWho' title='/pmwiki/pmwiki.php/Series/DoctorWho' data-format='W1tTZXJpZXMvRG9jdG9yV2hvIFBha2lzdGFuaSBEYWxla11d'>Pakistani Dalek</a>.</span> </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/DaAliGShow' title='/pmwiki/pmwiki.php/Series/DaAliGShow' data-format='U2VyaWVzL0RhQWxpR1Nob3c='>Da Ali G Show</a></em>: <ul ><li> Borat, a backwater rube from <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Ruritania' title='/pmwiki/pmwiki.php/Main/Ruritania' data-format='W1t7e1J1cml0YW5pYX19IEthemFraHN0YW5dXQ=='>Kazakhstan</a> who displays no understanding of Western cultural etiquette and constantly makes offensive statements about religion, women and other sensitive topics. The humor comes from watching people's reactions to his behavior and trying to see how far they'll go along with it. </li><li> Brüno, a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CampGay' title='/pmwiki/pmwiki.php/Main/CampGay' data-format='Q2FtcEdheQ=='>Camp Gay</a> fashionista from Austria. He's typically used to grate on people's homophobia as well as to expose the absurdities of the fashion industry. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/DoctorWho' title='/pmwiki/pmwiki.php/Series/DoctorWho' data-format='U2VyaWVzL0RvY3Rvcldobw=='>Doctor Who</a></em>: In <a class='twikilink' href='/pmwiki/pmwiki.php/Recap/DoctorWhoS30E11TurnLeft' title='/pmwiki/pmwiki.php/Recap/DoctorWhoS30E11TurnLeft' data-format='W1tSZWNhcC9Eb2N0b3JXaG9TMzBFMTFUdXJuTGVmdCAiVHVybiBMZWZ0Il1d'>"Turn Left"</a>, Rocco Colasanto is a perpetually cheerful man with a thick Italian accent who likes singing sea shanties... <span class="spoiler" title="you can set spoilers visible by default on your profile" >right up until he drops the act and shares a grim farewell salute with Wilf as he and his family are led off to what sounds like their deaths.</span> It's hinted that he's being a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/StepfordSmiler' title='/pmwiki/pmwiki.php/Main/StepfordSmiler' data-format='U3RlcGZvcmRTbWlsZXI='>Stepford Smiler</a> to try and cope with the <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CrapsackWorld' title='/pmwiki/pmwiki.php/Main/CrapsackWorld' data-format='Q3JhcHNhY2tXb3JsZA=='>Crapsack World</a> Britain has turned into. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/TheElectricCompany1971' title='/pmwiki/pmwiki.php/Series/TheElectricCompany1971' data-format='U2VyaWVzL1RoZUVsZWN0cmljQ29tcGFueTE5NzE='>The Electric Company (1971)</a></em>, with his Anthony Quinn-like ability to do a plethora of accents, Luis Avalos frequently played this. Also, Skip Hinnant sometimes did mangled British accents. </li><li> Dr. Luka Kovac on <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/ER' title='/pmwiki/pmwiki.php/Series/ER' data-format='U2VyaWVzL3t7RVJ9fQ=='>ER</a></em> with his so called lukaisms. "<em>You've got an insect up your anus</em>." "<em>It's bug up my ass, Luka</em>." </li><li> Manuel the Barcelonan waiter from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/FawltyTowers' title='/pmwiki/pmwiki.php/Series/FawltyTowers' data-format='U2VyaWVzL0Zhd2x0eVRvd2Vycw=='>Fawlty Towers</a></em>. Most of the humor revolves around him being just plain stupid, instead of weird and foreign, and his poor English consists not of mangling the language, but of incomprehensibly asking "Que?" every few sentences. (When the show was broadcast in Spain, the Spanish producers made him an Italian.) <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/JohnCleese' title='/pmwiki/pmwiki.php/Creator/JohnCleese' data-format='Q3JlYXRvci9Kb2huQ2xlZXNl'>John Cleese</a> has defended the character, though, saying that the major fool in the series is actually Basil for hiring cheap immigrant workers like Manuel who are obviously not skilled in English enough to do the job properly. Notably, Manuel generally does quite well if he can just understand what he's supposed to do, as evidenced by the one time a guest speaks Spanish and when Polly learns a bit of it, presumably to help her communicate with her coworker. Basil had claimed to speak Spanish before hiring Manuel, but at best can produce Spanglish (at one point, he refers to butter as "burro"<span class="notelabel" onclick="togglenote('note2v2jo');"><sup>note&nbsp;</sup></span><span id="note2v2jo" class="inlinefolder" isnote="true" onclick="togglenote('note2v2jo');" style="cursor:pointer;font-size:smaller;display:none;">Spanish for "donkey"</span>) and practically never has the patience to make sure Manuel actually knows what he wants. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/Frasier' title='/pmwiki/pmwiki.php/Series/Frasier' data-format='U2VyaWVzL3t7RnJhc2llcn19'>Frasier</a></em>: Daphne and her occasional family member. On one episode she gets the Cranes out of the house for the evening by claiming she's making sheep's-head stew for dinner. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/GameOfThrones' title='/pmwiki/pmwiki.php/Series/GameOfThrones' data-format='U2VyaWVzL0dhbWVPZlRocm9uZXM='>Game of Thrones</a></em>: Shae accuses Tyrion of seeing her this way and sarcastically dubs herself "Shae the Funny Whore". </li><li> First-generation Indian and Pakistani immigrants in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/GoodnessGraciousMe' title='/pmwiki/pmwiki.php/Series/GoodnessGraciousMe' data-format='U2VyaWVzL0dvb2RuZXNzR3JhY2lvdXNNZQ=='>Goodness Gracious Me</a></em> are played for laughs. This is in the context of their finding Britain hard to understand, and embarrassing or otherwise hindering their British-born children, who are more at home with the cultural norms of the land of their birth. The clash between the Asian-born and British-born generations of Indian/Pakistani families is a staple of the show's humour. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/GreenAcres' title='/pmwiki/pmwiki.php/Series/GreenAcres' data-format='U2VyaWVzL0dyZWVuQWNyZXM='>Green Acres</a></em>: Hungarian-born Lisa Douglas, played by the Hungarian-born Eva Gabor. There are all sorts of jokes based upon Lisa's grammar and pronunciation. Added to that, is Lisa's rather <em>interesting</em> account of Hungarian life and customs. Apparently, Monkey Racing and Goulash Betting are the most popular sports. There was a Hungarian version of <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/TheBeverlyHillbillies' title='/pmwiki/pmwiki.php/Series/TheBeverlyHillbillies' data-format='U2VyaWVzL1RoZUJldmVybHlIaWxsYmlsbGllcw=='>The Beverly Hillbillies</a></em> called the <em>Budapest Parasztok</em> ("The Budapest Peasants). Another episode has Oliver and Lisa's Budapest marriage to be found invalid. It turns out the Mayor of Budapest made a mistake with their license. Instead of declaring them husband and wife, he swore them in as dentists! </li><li> Trying to be this on <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/HellsKitchen' title='/pmwiki/pmwiki.php/Series/HellsKitchen' data-format='U2VyaWVzL0hlbGxzS2l0Y2hlbg=='>Hell's Kitchen</a></em> will get you eliminated in a hurry. <!--* Ranjit, the Bangladeshi cab driver in ''Series/HowIMetYourMother''.--> </li><li> Ali from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/InForAPenny' title='/pmwiki/pmwiki.php/Series/InForAPenny' data-format='U2VyaWVzL0luRm9yQVBlbm55'>In for a Penny</a></em> is a standard '70s <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Britcom' title='/pmwiki/pmwiki.php/Main/Britcom' data-format='e3tCcml0Y29tfX0='>Britcom</a> stereotype, with the series cracking many jokes about how his accent sounded or how he had trouble speaking English. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/Jessie' title='/pmwiki/pmwiki.php/Series/Jessie' data-format='U2VyaWVzL3t7SmVzc2llfX0='>Jessie</a></em> averts this among Disney Channel originals. There are three kids adopted from foreign lands (a Hispanic country, India, and an African country). Only the Indian acts foreign and a lot of his ethnic traits are more informative than played for laughs. </li><li> The king of the Burgundians in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/Kaamelott' title='/pmwiki/pmwiki.php/Series/Kaamelott' data-format='U2VyaWVzL3t7S2FhbWVsb3R0fX0='>Kaamelott</a></em>: he can't speak...well, whatever language French stands for in this, only shouting sentences apparently taken from etiquette books and bad poems and which he obviously doesn't understand; has very poor table manners; and almost gets swindled out of his kingdom by his own interpreter. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Inverted' title='/pmwiki/pmwiki.php/Main/Inverted' data-format='e3tJbnZlcnRlZH19'>Inverted</a> in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/Killinaskully' title='/pmwiki/pmwiki.php/Series/Killinaskully' data-format='U2VyaWVzL3t7S2lsbGluYXNrdWxseX19'>Killinaskully</a></em>: the German Dieter is usually the <a class='twikilink' href='/pmwiki/pmwiki.php/Main/StraightMan' title='/pmwiki/pmwiki.php/Main/StraightMan' data-format='U3RyYWlnaHRNYW4='>Straight Man</a> in whatever craziness the locals are getting up to. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Creator/DavidLetterman' title='/pmwiki/pmwiki.php/Creator/DavidLetterman' data-format='W1tDcmVhdG9yL0RhdmlkTGV0dGVybWFuIExhdGUgU2hvdyBXaXRoIERhdmlkIExldHRlcm1hbl1d'>Late Show With David Letterman</a></em> has their foreign correspondent Graham Fenwick-Jones, who speaks almost without exception in impenetrable British slang with no subtitles. </li><li> In the British comedy <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/TheLeagueOfGentlemen' title='/pmwiki/pmwiki.php/Series/TheLeagueOfGentlemen' data-format='U2VyaWVzL1RoZUxlYWd1ZU9mR2VudGxlbWVu'>The League of Gentlemen</a></em>, the German character Herr Lipp is a Funny Foreigner &#8212; he unwittingly says things that make him sound like a pedophile, which is ultimately revealed to be true. Things like "You are still erect" to mean "You are still awake". </li><li> Mohfaz the Depressed Persian Tow Truck Man from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/MadTV1995' title='/pmwiki/pmwiki.php/Series/MadTV1995' data-format='U2VyaWVzL01hZFRWMTk5NQ=='>MADtv (1995)</a></em> is your basic <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DeadpanSnarker' title='/pmwiki/pmwiki.php/Main/DeadpanSnarker' data-format='RGVhZHBhblNuYXJrZXI='>Deadpan Snarker</a> plus poor English ("they are...how do you say...hala....A-holes. Always A-holes.") <ul ><li> Ms Bunny Swan's poor English, thick accent, and strange idioms would often confuse and irritate whoever was interacting with her, although it may have all been part of a deliberately dumb act, as the results would often be in her favor. </li></ul></li><li> Gloria from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/ModernFamily' title='/pmwiki/pmwiki.php/Series/ModernFamily' data-format='U2VyaWVzL01vZGVybkZhbWlseQ=='>Modern Family</a></em> is a Colombian immigrant, and pretty much everything about that is played for laughs: Her broad accent, loud voice, large family, the poverty and crime of her hometown, etc. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/MontyPythonsFlyingCircus' title='/pmwiki/pmwiki.php/Series/MontyPythonsFlyingCircus' data-format='U2VyaWVzL01vbnR5UHl0aG9uc0ZseWluZ0NpcmN1cw=='>Monty Python's Flying Circus</a></em>: <ul ><li> The "Bruces" sketch is full of Australian stereotypes. They all wear corks on their hats, khaki shirts, talk in an exaggarated accent and are obsessed with beer. </li><li> Played with in the "Dirty Translation Book" sketch &#8212; the Hungarian tourist comes off first as crazy and then perverted, but it turns out he's been made a fool of by the titular phrasebook. </li></ul></li><li> From <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/MrLucky' title='/pmwiki/pmwiki.php/Series/MrLucky' data-format='U2VyaWVzL01yTHVja3k='>Mr. Lucky</a></em>, Andamo falls into this, but not too far &#8212; it's limited to occasional misunderstandings of English words and American customs. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/TheMuppetShow' title='/pmwiki/pmwiki.php/Series/TheMuppetShow' data-format='U2VyaWVzL1RoZU11cHBldFNob3c='>The Muppet Show</a></em> had a few: <ul ><li> The Swedish Chef was the most well known. He actually <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AsLongAsItSoundsForeign' title='/pmwiki/pmwiki.php/Main/AsLongAsItSoundsForeign' data-format='W1tBc0xvbmdBc0l0U291bmRzRm9yZWlnbiBzcGVha3MgYSBtaXNobWFzaCBvZiBTd2VkaXNoIGFuZCBnaWJiZXJpc2hdXQ=='>speaks a mishmash of Swedish and gibberish</a>, but his segments are a combination of slapstick humor and prop comedy. </li><li> There was also the Flying Zucchini Brothers, and the incomparable Whatnot musician Marvin Suggs (described with that word by Kermit, because <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DeadpanSnarker' title='/pmwiki/pmwiki.php/Main/DeadpanSnarker' data-format='W1tEZWFkcGFuU25hcmtlciBoZSBjb3VsZG4mIzAzOTt0IGltYWdpbmUgYW55b25lIHRvIGNvbXBhcmUgaGltIHRvLl1d'>he couldn't imagine anyone to compare him to.</a>) They were Funny Foreigners, but it was hard to tell from <em>which</em> foreign country. </li><li> The <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/StarWars' title='/pmwiki/pmwiki.php/Franchise/StarWars' data-format='RnJhbmNoaXNlL1N0YXJXYXJz'>Star Wars</a></em> episode featured Angus <span class='esc-seq' title='non-wikiword'>McGonagle</span> the Argyle Gargoyle, who was inexplicably (and extremely) Scottish. Since his main schtick was to gargle <a class='twikilink' href='/pmwiki/pmwiki.php/Music/GeorgeGershwin' title='/pmwiki/pmwiki.php/Music/GeorgeGershwin' data-format='TXVzaWMvR2VvcmdlR2Vyc2h3aW4='>George Gershwin</a> tunes to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FauxHorrific' title='/pmwiki/pmwiki.php/Main/FauxHorrific' data-format='RmF1eEhvcnJpZmlj'>Faux Horrific</a> effect, his nationality didn't serve much purpose other than to make him funnier and more random, as Gershwin was of Eastern European Jewish descent. <!--* Nescobar Aloplop from ''Series/MyNameIsEarl''--> </li></ul></li><li> Ziva David in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/NCIS' title='/pmwiki/pmwiki.php/Series/NCIS' data-format='U2VyaWVzL3t7TkNJU319'>NCIS</a></em> mangles <em>at least</em> one English idiom per episode, and she <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DrivesLikeCrazy' title='/pmwiki/pmwiki.php/Main/DrivesLikeCrazy' data-format='RHJpdmVzTGlrZUNyYXp5'>Drives Like Crazy</a>. </li><li> Balki from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/PerfectStrangers' title='/pmwiki/pmwiki.php/Series/PerfectStrangers' data-format='U2VyaWVzL1BlcmZlY3RTdHJhbmdlcnM='>Perfect Strangers</a></em> and his famous Mypos Dance of Joy. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Radio/OurMissBrooks' title='/pmwiki/pmwiki.php/Radio/OurMissBrooks' data-format='UmFkaW8vT3VyTWlzc0Jyb29rcw=='>Our Miss Brooks</a></em>: Mexican boys Ricky Velasko ("The Miserable Cabellero" and "Buddy") and Benny Romero (fourth season). <a class='twikilink' href='/pmwiki/pmwiki.php/Main/YouLookFamiliar' title='/pmwiki/pmwiki.php/Main/YouLookFamiliar' data-format='W1tZb3VMb29rRmFtaWxpYXIgQm90aCBjaGFyYWN0ZXJzIHdlcmUgcGxheWVkIGJ5IHRhbGVudGVkIGNoaWxkIGFjdG9yIFJpY2t5IFZlcmFdXQ=='>Both characters were played by talented child actor Ricky Vera</a>. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/RootIntoEurope' title='/pmwiki/pmwiki.php/Series/RootIntoEurope' data-format='U2VyaWVzL1Jvb3RJbnRvRXVyb3Bl'>Root into Europe</a></em>: Mr. and Mrs. Root often encounter funny archetypes from different parts of Europe. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/RoyalCanadianAirFarce' title='/pmwiki/pmwiki.php/Series/RoyalCanadianAirFarce' data-format='U2VyaWVzL1JveWFsQ2FuYWRpYW5BaXJGYXJjZQ=='>Royal Canadian Air Farce</a></em>: <ul ><li> There's a set of characters that exclusively used this trope: English As A Second Language News, with the anchors Heiki Flergenpootz and Svetlana, who began their broadcast with "Goodnight" (and, less subtly, ended it with "Hello"). There were also several correspondents attached to the skits, such as the Espresso-Drinking Greek (who would calmly sip his espresso and then energetically shriek out his views on a given story). </li><li> The Foreign Taxi Driver, who would drive around (poorly) in front of a bad bluescreen with a customer who could barely follow what he was saying as he <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DeadpanSnarker' title='/pmwiki/pmwiki.php/Main/DeadpanSnarker' data-format='W1tEZWFkcGFuU25hcmtlciBzbmFya2VkIHdpdGggYW4gYWNjZW50XV0='>snarked with an accent</a> about then-recent news events. He usually dropped people off at the wrong stop, and said, "You pay Vy-sa, I kill you." </li><li> And then there was Roger Abbott's impersonation of Jean Chretien, who is not technically speaking a foreigner, but whose linguistic idiosyncrasies got him portrayed like one anyway. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/SaturdayNightLive' title='/pmwiki/pmwiki.php/Series/SaturdayNightLive' data-format='U2VyaWVzL1NhdHVyZGF5TmlnaHRMaXZl'>Saturday Night Live</a></em>: <ul ><li> The Czech "Wild and Crazy Guys" played by <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/SteveMartin' title='/pmwiki/pmwiki.php/Creator/SteveMartin' data-format='Q3JlYXRvci9TdGV2ZU1hcnRpbg=='>Steve Martin</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/DanAykroyd' title='/pmwiki/pmwiki.php/Creator/DanAykroyd' data-format='Q3JlYXRvci9EYW5BeWtyb3lk'>Dan Aykroyd</a>. Their spiritual descendants <a class='twikilink' href='/pmwiki/pmwiki.php/Film/ANightAtTheRoxbury' title='/pmwiki/pmwiki.php/Film/ANightAtTheRoxbury' data-format='W1tGaWxtL0FOaWdodEF0VGhlUm94YnVyeSB0aGUgQnV0YWJpIEJyb3RoZXJzXV0='>the Butabi Brothers</a> as portrayed by <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/WillFerrell' title='/pmwiki/pmwiki.php/Creator/WillFerrell' data-format='Q3JlYXRvci9XaWxsRmVycmVsbA=='>Will Ferrell</a> and Chris Kattan&#8212;in one memorable episode of SNL, joined by Martin Short as an Afghan goat herder who travels to the US to join Will and Chris as the third member of the duo. </li><li> This trope was exploited by <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HughMann' title='/pmwiki/pmwiki.php/Main/HughMann' data-format='W1tIdWdoTWFubiB0aGUgQ29uZWhlYWRzXV0='>the Coneheads</a>, who excused any oddities by clarifying that "We come from France." </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/SCTV' title='/pmwiki/pmwiki.php/Series/SCTV' data-format='U2VyaWVzL3t7U0NUVn19'>SCTV</a></em> had Yosh and Stan Schmenge from the East European country of Leutonia, and Perini Scleroso from...well, from <em>somewhere</em>. </li><li> The <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/DisneyChannel' title='/pmwiki/pmwiki.php/Creator/DisneyChannel' data-format='Q3JlYXRvci9EaXNuZXlDaGFubmVs'>Disney Channel</a> show <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/SoRandom' title='/pmwiki/pmwiki.php/Series/SoRandom' data-format='U2VyaWVzL1NvUmFuZG9t'>So Random!</a></em> put out a sketch about a class clown named Oscar, who gets expelled, but returns disguised as "Olaf, the Fake Foreign Exchange Student." </li><li> The two Benzite aliens from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/StarTrekTheNextGeneration' title='/pmwiki/pmwiki.php/Series/StarTrekTheNextGeneration' data-format='U2VyaWVzL1N0YXJUcmVrVGhlTmV4dEdlbmVyYXRpb24='>Star Trek: The Next Generation</a></em> (played by the same actor) were essentially generic stage foreigners painted blue. <!--* Bronson Pinchot played another Funny Foreigner as Jean-Luc on ''Series/StepByStep''.--> </li><li> Possibly the <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TropeCodifier' title='/pmwiki/pmwiki.php/Main/TropeCodifier' data-format='VHJvcGVDb2RpZmllcg=='>Trope Codifier</a>, Latka from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/Taxi' title='/pmwiki/pmwiki.php/Series/Taxi' data-format='U2VyaWVzL3t7VGF4aX19'>Taxi</a></em>. He and Simka, who shows up later, are refugees from a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CommieLand' title='/pmwiki/pmwiki.php/Main/CommieLand' data-format='W1tDb21taWVMYW5kIGdlbmVyaWMgRWFzdGVybiBDb21tdW5pc3QgY291bnRyeV1d'>generic Eastern Communist country</a>, with all kinds of jokes based on obscure customs, etc. This makes sense, as Latka was basically <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/AndyKaufman' title='/pmwiki/pmwiki.php/Creator/AndyKaufman' data-format='Q3JlYXRvci9BbmR5S2F1Zm1hbg=='>Andy Kaufman</a>'s "Foreign Man" character given a name, job, and backstory. </li><li> Fes (a nickname which stands for Foreign Exchange Student) from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/That70sShow' title='/pmwiki/pmwiki.php/Series/That70sShow' data-format='U2VyaWVzL1RoYXQ3MHNTaG93'>That '70s Show</a></em>, who eventually gave rise to much <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LampshadeHanging' title='/pmwiki/pmwiki.php/Main/LampshadeHanging' data-format='TGFtcHNoYWRlSGFuZ2luZw=='>Lampshade Hanging</a> over the fact that we never learn his country of origin. His real name is not given, but we're told that it's simply too long and funny-sounding for regular use. He often talks with an accent and makes stupid comments. In one of the later episodes, there's also a friend of his from the "Old Country": a white guy with a British accent. Apparently his friend is from the west side of the island. </li><li> Sean White from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/UltramanMax' title='/pmwiki/pmwiki.php/Series/UltramanMax' data-format='U2VyaWVzL1VsdHJhbWFuTWF4'>Ultraman Max</a></em>, the only foreigner of Japan's DASH Branch, who serves as the team's weapons developer, resident jokester and the comic relief character. </li><li> On <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/WillAndGrace' title='/pmwiki/pmwiki.php/Series/WillAndGrace' data-format='U2VyaWVzL1dpbGxBbmRHcmFjZQ=='>Will & Grace</a></em>, Jack's fiancé Estefan is a funny Spaniard, generally ditzy and way overplaying the Castilian frontal lisp. </li><li> Most of the humor of Antonio on <em><a class='twikilink' href='/pmwiki/pmwiki.php/Series/Wings' title='/pmwiki/pmwiki.php/Series/Wings' data-format='U2VyaWVzL3t7V2luZ3N9fQ=='>Wings</a></em> revolved around his being a sad sack, but his lines were funnier because of his Italian accent. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder8');">&nbsp;&nbsp;&nbsp;&nbsp;Music&nbsp;</div><div id="folder8" class="folder" isfolder="true" style="display:block;"> <ul ><li> Swedish <a class='twikilink' href='/pmwiki/pmwiki.php/Main/EuroPop' title='/pmwiki/pmwiki.php/Main/EuroPop' data-format='RXVyb1BvcA=='>Euro Pop</a> artist <a class='twikilink' href='/pmwiki/pmwiki.php/Music/JonnyJakobsen' title='/pmwiki/pmwiki.php/Music/JonnyJakobsen' data-format='TXVzaWMvSm9ubnlKYWtvYnNlbg=='>Jonny Jakobsen</a> is famous for adopting over-the-top Funny Foreigner personae for his novelty songs, such as the faux-Indian Dr. Bombay and the mock-Mexican Carlito. </li><li> It was common in 1950s calypso to imitate the Chinese for comedic effect, as they were easy to mock back in those days. This isn't socially acceptable anymore, but the examples were relatively tame. </li><li> Eugene Hutz of <a class='twikilink' href='/pmwiki/pmwiki.php/Music/GogolBordello' title='/pmwiki/pmwiki.php/Music/GogolBordello' data-format='TXVzaWMvR29nb2xCb3JkZWxsbw=='>Gogol Bordello</a> has lived in America since the 80s and speaks perfect English, but often throws in the odd grammatical error into his songs due to people associating that with Russians. </li><li> Joe Dolce's "Shaddap Ya Face". Dolce is an Italian-American who has lived in Australia for some years, so this crosses over into <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SelfDeprecating' title='/pmwiki/pmwiki.php/Main/SelfDeprecating' data-format='U2VsZkRlcHJlY2F0aW5n'>Self-Deprecating</a> territory. </li><li> Zladko "Zlad!" Vladcik, the <a class='twikilink' href='/pmwiki/pmwiki.php/Literature/JetlagTravelGuides' title='/pmwiki/pmwiki.php/Literature/JetlagTravelGuides' data-format='W1tMaXRlcmF0dXJlL0pldGxhZ1RyYXZlbEd1aWRlcyBNb2x2YW5pYW5dXQ=='>Molvanian</a> superstar, known for his hits <a class='urllink' href='https://www.youtube.com/watch?v=MNyG-xu-7SQ'>"Elektronik Supersonik"<img src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" height="12" width="12" style="border:none;" /></a> and <a class='urllink' href='https://www.youtube.com/watch?v=FxxhAS16vB0'>"I Am The Antipope"<img src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" height="12" width="12" style="border:none;" /></a> that combine the usual Jetlag Travel Guide humor with ridiculously bad English. Portrayed by Australian comedian Santo Cilauro, a member of <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/WorkingDogProductions' title='/pmwiki/pmwiki.php/Creator/WorkingDogProductions' data-format='Q3JlYXRvci9Xb3JraW5nRG9nUHJvZHVjdGlvbnM='>Working Dog Productions</a>. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder9');">&nbsp;&nbsp;&nbsp;&nbsp;Professional Wrestling&nbsp;</div><div id="folder9" class="folder" isfolder="true" style="display:block;"> <ul ><li> This shows up a <em>lot</em> in pro wrestling, often with <a class='twikilink' href='/pmwiki/pmwiki.php/Main/UnfortunateImplications' title='/pmwiki/pmwiki.php/Main/UnfortunateImplications' data-format='VW5mb3J0dW5hdGVJbXBsaWNhdGlvbnM='>Unfortunate Implications</a>. One of the more well-known examples in the US is hapless, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AsianSpeekeeEngrish' title='/pmwiki/pmwiki.php/Main/AsianSpeekeeEngrish' data-format='W1tBc2lhblNwZWVrZWVFbmdyaXNoIEVuZ3Jpc2gtc3BlYWtpbmddXQ=='>Engrish-speaking</a> <em>Smackdown!</em> wrestler Funaki. </li><li> Most foreign wrestlers in American <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ProfessionalWrestling' title='/pmwiki/pmwiki.php/Main/ProfessionalWrestling' data-format='UHJvZmVzc2lvbmFsV3Jlc3RsaW5n'>Professional Wrestling</a> who aren't <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' title='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' data-format='e3tGb3JlaWduIFdyZXN0bGluZyBIZWVsfX1z'>Foreign Wrestling Heels</a> are Funny Foreigners, unless they're Canadian or British, especially in the <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/WWE' title='/pmwiki/pmwiki.php/Wrestling/WWE' data-format='V3Jlc3RsaW5nL3t7V1dFfX0='>WWE</a>. <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/YoshihiroTajiri' title='/pmwiki/pmwiki.php/Wrestling/YoshihiroTajiri' data-format='V3Jlc3RsaW5nL1lvc2hpaGlyb1RhamlyaQ=='>Yoshihiro Tajiri</a>, Super Crazy and <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/SantinoMarella' title='/pmwiki/pmwiki.php/Wrestling/SantinoMarella' data-format='V3Jlc3RsaW5nL1NhbnRpbm9NYXJlbGxh'>Santino Marella</a> are examples. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/TheBushwhackers' title='/pmwiki/pmwiki.php/Wrestling/TheBushwhackers' data-format='V3Jlc3RsaW5nL1RoZUJ1c2h3aGFja2Vycw=='>The Bushwhackers</a> performed as a pair of wacky, goofy Kiwi sheepherders with a very amusing walk and super thick accents during their time as babyfaces in WWE. Prior to that they'd mostly worked as violent foreign heels. </li><li> The Fabulous Rougeau Brothers (<a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/JacquesRougeau' title='/pmwiki/pmwiki.php/Wrestling/JacquesRougeau' data-format='V3Jlc3RsaW5nL3t7SmFjcXVlc3xSb3VnZWF1fX0='>Jacques</a> and Raymond) in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TheEighties' title='/pmwiki/pmwiki.php/Main/TheEighties' data-format='VGhlRWlnaHRpZXM='>The '80s</a> and Kenzo Suzuki in 2003 tried to be <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' title='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' data-format='e3tGb3JlaWduIFdyZXN0bGluZyBIZWVsfX1z'>Foreign Wrestling Heels</a>, but ended up becoming Funny Foreigners because of how <a class='twikilink' href='/pmwiki/pmwiki.php/Main/IneffectualSympatheticVillain' title='/pmwiki/pmwiki.php/Main/IneffectualSympatheticVillain' data-format='e3tpbmVmZmVjdHx1YWxTeW1wYXRoZXRpY1ZpbGxhaW59fWl2ZQ=='>ineffective</a> they were. In the case of the Rougeaus, do see <a class='twikilink' href='/pmwiki/pmwiki.php/Radar/ProfessionalWrestling' title='/pmwiki/pmwiki.php/Radar/ProfessionalWrestling' data-format='W1tSYWRhci9Qcm9mZXNzaW9uYWxXcmVzdGxpbmcgdGhpcyBwYWdlXV0='>this page</a>, though. In the case of Suzuki, he debuted as Funny Foreigner trying to play an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AllAmericanFace' title='/pmwiki/pmwiki.php/Main/AllAmericanFace' data-format='QWxsQW1lcmljYW5GYWNl'>All-American Face</a> after promos that made him seem like an <em>evil</em> one. The fact that he didn't speak a word of English, and his wife had to translate everything he said, didn't deter him from this plan in the slightest. Didn't even turn <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Face' title='/pmwiki/pmwiki.php/Main/Face' data-format='e3tmYWNlfX0='>face</a> but remained cheerful. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/MadManPondo' title='/pmwiki/pmwiki.php/Wrestling/MadManPondo' data-format='V3Jlc3RsaW5nL01hZE1hblBvbmRv'>Mad Man Pondo</a>, the Baka Gaijin of Big Japan Pro Wrestling, excuse us, the <em>original</em> Baka Gaijin. When Big Japan kicked out all the other <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/CZW' title='/pmwiki/pmwiki.php/Wrestling/CZW' data-format='V3Jlc3RsaW5nL3t7Q1pXfX0='>CZW</a> Wrestlers, due to John Zandig demanding more money, they kept Pondo because of how over he was. Then they brought in 2 Tuff Tony, so they could have <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TagTeam' title='/pmwiki/pmwiki.php/Main/TagTeam' data-format='W1tUYWdUZWFtIHR3b11d'>two</a> Baka Gaijins. As Crazy Mary Dobson is Pondo's slightly less <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GarbageWrestler' title='/pmwiki/pmwiki.php/Main/GarbageWrestler' data-format='e3tnYXJiYWdlIHdyZXN0bGVyfX0='>garbage wrestler</a> successor, she was slapped with the nickname "<a class='twikilink' href='/pmwiki/pmwiki.php/Main/DistaffCounterpart' title='/pmwiki/pmwiki.php/Main/DistaffCounterpart' data-format='W1tEaXN0YWZmQ291bnRlcnBhcnQgTWlzc11d'>Miss</a> Baka Gaijin" in REINA. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/Toryumon' title='/pmwiki/pmwiki.php/Wrestling/Toryumon' data-format='V3Jlc3RsaW5nL3t7VG9yeXVtb259fQ=='>Toryumon</a> Japan, which became <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/DragonGate' title='/pmwiki/pmwiki.php/Wrestling/DragonGate' data-format='V3Jlc3RsaW5nL0RyYWdvbkdhdGU='>Dragon Gate</a> (with the Toryumon trademark going exclusively to the Mexican one), did a legitimately hilarious version, though: constant losers Raimu Mishima and Taku Iwasa took a sabbatical to refine their craft in the US. They returned as full-fledged residents of <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Eagleland' title='/pmwiki/pmwiki.php/Main/Eagleland' data-format='e3tFYWdsZWxhbmR9fQ=='>Eagleland</a> Type 2: their hair bleached blonde and their wrestling attire <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WearingAFlagOnYourHead' title='/pmwiki/pmwiki.php/Main/WearingAFlagOnYourHead' data-format='W1tXZWFyaW5nQUZsYWdPbllvdXJIZWFkIGNvbnNpc3RpbmcgZW50aXJlbHkgb2YgcmVkcywgd2hpdGVzLCBhbmQgYmx1ZXMuXV0='>consisting entirely of reds, whites, and blues.</a> They took the names Michael and Daniel, the Florida Brothers, and used loads of <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GratuitousEnglish' title='/pmwiki/pmwiki.php/Main/GratuitousEnglish' data-format='R3JhdHVpdG91c0VuZ2xpc2g='>Gratuitous English</a> in their promos and theme songs, all while using the sort of cheating tactics that are more common in US wrestling than its Japanese counterpart. They proceeded to go on a huge winning streak &#8212; winning <em>every match</em> by disqualification. The result was <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RefugeInAudacity' title='/pmwiki/pmwiki.php/Main/RefugeInAudacity' data-format='W1tSZWZ1Z2VJbkF1ZGFjaXR5IHByZXR0eSBoaWxhcmlvdXMuXV0='>pretty hilarious.</a> </li><li> Lin Byron at SMASH, before becoming an Apostle Of Hell anyway. She's a Chinese migrant who has been making a great effort to learn the new tongue. Unfortunately she's convinced that tongue is English, even though she's working for <em><a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/YoshihiroTajiri' title='/pmwiki/pmwiki.php/Wrestling/YoshihiroTajiri' data-format='V3Jlc3RsaW5nL1lvc2hpaGlyb1RhamlyaQ=='>Yoshihiro Tajiri</a></em>'s SMASH, in Japan, not the Canadian one. </li><li> <a class='createlink' rel='nofollow' href='/pmwiki/pmwiki.php/Wrestling/TheEstonianThunderfrog' title='/pmwiki/pmwiki.php/Wrestling/TheEstonianThunderfrog' data-format='V3Jlc3RsaW5nL3t7VGhlIEVzdG9uaWFuIFRodW5kZXJmcm9nfX0='>The Estonian Thunderfrog</a>, <a class='createlink' rel='nofollow' href='/pmwiki/pmwiki.php/Wrestling/ArchibaldPeck' title='/pmwiki/pmwiki.php/Wrestling/ArchibaldPeck' data-format='W1tXcmVzdGxpbmcvQXJjaGliYWxkUGVjayBUaGUgTGF0dmlhbiBQcm91ZCBPYWtdXQ=='>The Latvian Proud Oak</a> and Lithuanian Snow Troll: The Baltic Seige of <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/Chikara' title='/pmwiki/pmwiki.php/Wrestling/Chikara' data-format='V3Jlc3RsaW5nL3t7Q2hpa2FyYX19'>Chikara</a>. Later this would become the Bloc Party, and thereafter the United Nations, also featuring Mr. Azerbaijan, <a class='createlink' rel='nofollow' href='/pmwiki/pmwiki.php/Wrestling/TheProletariatBoarOfMoldova' title='/pmwiki/pmwiki.php/Wrestling/TheProletariatBoarOfMoldova' data-format='V3Jlc3RsaW5nL1RoZVByb2xldGFyaWF0Qm9hck9mTW9sZG92YQ=='>The Proletariat Boar Of Moldova</a>, and Prakash Sabar. Most of these actually behave strangely in the ring, as in they do moves oddly &#8212; Mr. Azerbaijan just lets go halfway through a snap suplex, sending his opponent careening behind </li><li> SHINE Wrestling has "The Cheerleader Without Cheer Leading Experience" Shazza <span class='esc-seq' title='non-wikiword'>McKenzie</span>, "Everybody's Favorite Girlfriend" <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/BillieKay' title='/pmwiki/pmwiki.php/Wrestling/BillieKay' data-format='W1tXcmVzdGxpbmcvQmlsbGllS2F5IEplc3NpZSBNY0theV1d'>Jessie McKay</a> and "The Indestructible One" Kellie Skater: Team Australia! They reunited in <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/SHIMMER' title='/pmwiki/pmwiki.php/Wrestling/SHIMMER' data-format='V3Jlc3RsaW5nL3t7U0hJTU1FUn19'>SHIMMER</a> to fight the evil Trifecta...but ran into problems, as <span class='esc-seq' title='non-wikiword'>McKay</span> didn't show up. </li><li> Ladybeard, the cross dressing Austrailian male pinup model from <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/DramaticDreamTeam' title='/pmwiki/pmwiki.php/Wrestling/DramaticDreamTeam' data-format='V3Jlc3RsaW5nL0RyYW1hdGljRHJlYW1UZWFt'>Dramatic Dream Team</a>. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Wrestling/LaRosaNegra' title='/pmwiki/pmwiki.php/Wrestling/LaRosaNegra' data-format='V3Jlc3RsaW5nL0xhUm9zYU5lZ3Jh'>La Rosa Negra</a> in Chigusa Nagayo's Marvelous and Nanae Takahashi's <span class='esc-seq' title='non-wikiword'>SEAdLINNNG</span>. She resigned herself to it in the former, as Nagayo and her student, Momono Mio, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OddFriendship' title='/pmwiki/pmwiki.php/Main/OddFriendship' data-format='W1tPZGRGcmllbmRzaGlwIHRvb2sgYW4gaW1tZWRpYXRlIGxpa2luZyB0byBoZXJdXQ=='>took an immediate liking to her</a> but resents it in the latter, believing it keeps people from taking her efforts to get a rematch with Arisa Nakajima, the woman who got them laughing in the first place, seriously. <div class='indent'>"I may be funny, but I'm also dangerous!" </div></li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder10');">&nbsp;&nbsp;&nbsp;&nbsp;Radio&nbsp;</div><div id="folder10" class="folder" isfolder="true" style="display:block;"> <ul ><li> Almost every episode of <em><a class='twikilink' href='/pmwiki/pmwiki.php/Radio/TheGoonShow' title='/pmwiki/pmwiki.php/Radio/TheGoonShow' data-format='UmFkaW8vVGhlR29vblNob3c='>The Goon Show</a></em> would have someone in the cast portraying a foreigner. Most notable was when <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/PeterSellers' title='/pmwiki/pmwiki.php/Creator/PeterSellers' data-format='Q3JlYXRvci9QZXRlclNlbGxlcnM='>Peter Sellers</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/SpikeMilligan' title='/pmwiki/pmwiki.php/Creator/SpikeMilligan' data-format='Q3JlYXRvci9TcGlrZU1pbGxpZ2Fu'>Spike Milligan</a> would use over-the-top Indian accents for the characters Mr. Banerjee and Mr. Lalkaka. </li><li> The two Portarneylanders from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Radio/TheNavyLark' title='/pmwiki/pmwiki.php/Radio/TheNavyLark' data-format='UmFkaW8vVGhlTmF2eUxhcms='>The Navy Lark</a></em>, Lieutenant Managing Director Harold Golfball and Sub-Lieutenant General Samuel Pepys Washington-Burt, are shining examples. From their hilariously long ranks in the Portarneyland Navy to <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/RonnieBarker' title='/pmwiki/pmwiki.php/Creator/RonnieBarker' data-format='Q3JlYXRvci9Sb25uaWVCYXJrZXI='>Ronnie Barker</a> and <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/MichaelBates' title='/pmwiki/pmwiki.php/Creator/MichaelBates' data-format='Q3JlYXRvci9NaWNoYWVsQmF0ZXM='>Michael Bates</a>' ridiculously over-the-top Indian accents, it is clear that these two are meant to be nothing more than comic relief in an already ludicrous programme. Their spotty English is also <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PlayedForLaughs' title='/pmwiki/pmwiki.php/Main/PlayedForLaughs' data-format='UGxheWVkRm9yTGF1Z2hz'>Played for Laughs</a>, as they describe everything as either "fine and magnificent" or "tatty old" and constantly spout off friendly cries of "Bung ho!". <!--* The title character, and several other characters, on the '40s radio sitcom ''Life with Luigi''.--> <!--* Mr. Kitzel in ''The Jack Benny Show''--> <!--* Mrs. Nussbaum in ''The Fred Allen Show'' -- Allen's alley.--> <!--* The Mad Russian in ''The Eddie Cantor Show''--> <!--* Professor Colonna in ''The Bob Hope Show''--> </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder11');">&nbsp;&nbsp;&nbsp;&nbsp;Theatre&nbsp;</div><div id="folder11" class="folder" isfolder="true" style="display:block;"> <ul ><li> In a one-act play of <em><a class='twikilink' href='/pmwiki/pmwiki.php/Literature/TheThirtyNineSteps' title='/pmwiki/pmwiki.php/Literature/TheThirtyNineSteps' data-format='TGl0ZXJhdHVyZS9UaGVUaGlydHlOaW5lU3RlcHM='>The Thirty-Nine Steps</a></em>, every character was one of these. Especially Annabella, who has a <em>ridiculous</em> German accent. <div class='indent'>"The <em>bleends</em>! Close the <em>bleends</em>! </div></li><li> The scandal-mongering Italian-accented duo of Valzacchi and Annina in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/DerRosenkavalier' title='/pmwiki/pmwiki.php/Theatre/DerRosenkavalier' data-format='VGhlYXRyZS9EZXJSb3NlbmthdmFsaWVy'>Der Rosenkavalier</a></em> are somewhat menacing at times, but fall short of being <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' title='/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel' data-format='e3tGb3JlaWduIFdyZXN0bGluZyBIZWVsfX1z'>Foreign Wrestling Heels</a> since more <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HilarityEnsues' title='/pmwiki/pmwiki.php/Main/HilarityEnsues' data-format='SGlsYXJpdHlFbnN1ZXM='>Hilarity Ensues</a> from their schemes than tragedy. </li><li> The musical <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/ThePhantomOfTheOpera' title='/pmwiki/pmwiki.php/Theatre/ThePhantomOfTheOpera' data-format='VGhlYXRyZS9UaGVQaGFudG9tT2ZUaGVPcGVyYQ=='>The Phantom of the Opera</a></em> has Italian opera singers Carlotta Guidicelli and Ubaldo Piangi, the former a prissy diva and the latter short and overweight, among the other characters who are mostly French. </li><li> Funny Foreigners were already a stock source of humour in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OlderThanFeudalism' title='/pmwiki/pmwiki.php/Main/OlderThanFeudalism' data-format='W1tPbGRlclRoYW5GZXVkYWxpc20gYW5jaWVudCBHcmVlayBhbmQgUm9tYW4gY29tZWR5XV0='>ancient Greek and Roman comedy</a>. One such example is Triballos from <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/Aristophanes' title='/pmwiki/pmwiki.php/Creator/Aristophanes' data-format='Q3JlYXRvci97e0FyaXN0b3BoYW5lc319'>Aristophanes</a>'s <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/TheBirds' title='/pmwiki/pmwiki.php/Theatre/TheBirds' data-format='VGhlYXRyZS9UaGVCaXJkcw=='>The Birds</a></em>, a "barbarian god" that is part of the embassy of the Gods to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Cloudcuckooland' title='/pmwiki/pmwiki.php/Main/Cloudcuckooland' data-format='e3tDbG91ZGN1Y2tvb2xhbmR9fQ=='>Cloudcuckooland</a>, where his lacking grasp of the Greek language results in the Birds hornswoggling the Gods. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/OnAClearDayYouCanSeeForever' title='/pmwiki/pmwiki.php/Theatre/OnAClearDayYouCanSeeForever' data-format='VGhlYXRyZS9PbkFDbGVhckRheVlvdUNhblNlZUZvcmV2ZXI='>On a Clear Day You Can See Forever</a></em> has Themistocles Kriakos, an eccentric Greek millionaire who is more than eager to fund serious research on <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Reincarnation' title='/pmwiki/pmwiki.php/Main/Reincarnation' data-format='e3tyZWluY2FybmF0aW9ufX0='>reincarnation</a>. </li><li> Ulla and Franz in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/TheProducers' title='/pmwiki/pmwiki.php/Theatre/TheProducers' data-format='VGhlYXRyZS9UaGVQcm9kdWNlcnM='>The Producers</a></em> </li><li> Mr. Paravicini in <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/AgathaChristie' title='/pmwiki/pmwiki.php/Creator/AgathaChristie' data-format='Q3JlYXRvci9BZ2F0aGFDaHJpc3RpZQ=='>Agatha Christie</a>'s <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LongRunner' title='/pmwiki/pmwiki.php/Main/LongRunner' data-format='TG9uZ1J1bm5lcg=='>Long Runner</a> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/TheMousetrap' title='/pmwiki/pmwiki.php/Theatre/TheMousetrap' data-format='VGhlYXRyZS9UaGVNb3VzZXRyYXA='>The Mousetrap</a></em>. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/ShirleyValentine' title='/pmwiki/pmwiki.php/Theatre/ShirleyValentine' data-format='VGhlYXRyZS9TaGlybGV5VmFsZW50aW5l'>Shirley Valentine</a></em>, Shirley goes on holiday to Greece and is befriended by a tavern owner who speaks in broken English and lives up to several stereotypes. (Even more so in the film version, where we actually get to see him and not just have Shirley's word for it.) It's left open that he might be at least partly playing up to the tourists. </li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/CanCan' title='/pmwiki/pmwiki.php/Theatre/CanCan' data-format='VGhlYXRyZS9DYW5DYW4='>Can-Can</a></em>, much of the comic relief comes from Boris Adzinidzinadze, a hot-tempered <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SmallNameBigEgo' title='/pmwiki/pmwiki.php/Main/SmallNameBigEgo' data-format='U21hbGxOYW1lQmlnRWdv'>Small Name, Big Ego</a> artist from Bulgaria with an unspellable name, a weird accent and a collection of mangled proverbs for all occasions. </li><li> Franz and Hertz from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Theatre/RockOfAges' title='/pmwiki/pmwiki.php/Theatre/RockOfAges' data-format='VGhlYXRyZS9Sb2NrT2ZBZ2Vz'>Rock of Ages</a></em>. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder12');">&nbsp;&nbsp;&nbsp;&nbsp;Video Games&nbsp;</div><div id="folder12" class="folder" isfolder="true" style="display:block;"> <ul ><li> Mario and Luigi of <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/SuperMarioBros' title='/pmwiki/pmwiki.php/Franchise/SuperMarioBros' data-format='RnJhbmNoaXNlL1N1cGVyTWFyaW9Ccm9z'>Super Mario Bros.</a></em> are perhaps the most famous examples in gaming. While the series is Japanese, voiced in English (<a class='twikilink' href='/pmwiki/pmwiki.php/Main/VoiceGrunting' title='/pmwiki/pmwiki.php/Main/VoiceGrunting' data-format='W1tWb2ljZUdydW50aW5nIGhvd2V2ZXIgbWluaW1hbGx5XV0='>however minimally</a>) and styled after American cartoons, the Bros. have very thick Italian accents and stereotypical mannerisms that add to their charm and appeal. </li><li> Played with in <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/Fahrenheit' title='/pmwiki/pmwiki.php/VideoGame/Fahrenheit' data-format='VmlkZW9HYW1lL3t7RmFocmVuaGVpdH19'>Fahrenheit</a></em> (known as <em>Indigo Prophecy</em> in the States), when one of the detectives goes to a book shop to find out if there's anything useful to be determined from an old book that was left at the scene of a murder. The owner is a little old Chinese man in stereotypical little-old-Chinese-man dress and with a high-pitched, English-mangling accent, who asks you to find a book for him while there because he's forgotten where he's placed everything. This turns out to be a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' title='/pmwiki/pmwiki.php/Main/ObfuscatingStupidity' data-format='W1tPYmZ1c2NhdGluZ1N0dXBpZGl0eSB0ZXN0XV0='>test</a> to mess with customers because he doesn't like selling to stupid people, and once you pass it he straightens up, gaining a few inches of height, and turns out to have a deep Bronx accent with a voice like he's been smoking since he was born. The player has the option to ask about this, and he explains that "customers love the 'wise old Asian master' schtick", claiming that he has never even been outside New York City. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/PunchOut' title='/pmwiki/pmwiki.php/VideoGame/PunchOut' data-format='VmlkZW9HYW1lL1B1bmNoT3V0'>Punch-Out!!</a></em>: <ul ><li> From <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CheeseEatingSurrenderMonkeys' title='/pmwiki/pmwiki.php/Main/CheeseEatingSurrenderMonkeys' data-format='W1tDaGVlc2VFYXRpbmdTdXJyZW5kZXJNb25rZXlzIEdsYXNzIEpvZV1d'>Glass Joe</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GermanicDepressives' title='/pmwiki/pmwiki.php/Main/GermanicDepressives' data-format='W1tHZXJtYW5pY0RlcHJlc3NpdmVzIFZvbiBLYWlzZXJdXQ=='>Von Kaiser</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WildSamoan' title='/pmwiki/pmwiki.php/Main/WildSamoan' data-format='W1tXaWxkU2Ftb2FuIEtpbmcgSGlwcG9dXQ=='>King Hippo</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MooseAndMapleSyrup' title='/pmwiki/pmwiki.php/Main/MooseAndMapleSyrup' data-format='W1tNb29zZUFuZE1hcGxlU3lydXAgQmVhciBIdWdnZXJdXQ=='>Bear Hugger</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TorosYFlamenco' title='/pmwiki/pmwiki.php/Main/TorosYFlamenco' data-format='W1tUb3Jvc1lGbGFtZW5jbyBEb24gRmxhbWVuY29dXQ=='>Don Flamenco</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MysticalIndia' title='/pmwiki/pmwiki.php/Main/MysticalIndia' data-format='W1tNeXN0aWNhbEluZGlhIEdyZWF0IFRpZ2VyXV0='>Great Tiger</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Oireland' title='/pmwiki/pmwiki.php/Main/Oireland' data-format='W1t7e09pcmVsYW5kfX0gQXJhbiBSeWFuXV0='>Aran Ryan</a> to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HuskyRusskie' title='/pmwiki/pmwiki.php/Main/HuskyRusskie' data-format='W1tIdXNreVJ1c3NraWUgU29kYSBQb3BpbnNraV1d'>Soda Popinski</a>, <em>Punch-Out</em>'s boxers span the entire <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HollywoodAtlas' title='/pmwiki/pmwiki.php/Main/HollywoodAtlas' data-format='SG9sbHl3b29kQXRsYXM='>Hollywood Atlas</a>. Outside the US perspective, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/SurferDude' title='/pmwiki/pmwiki.php/Main/SurferDude' data-format='W1tTdXJmZXJEdWRlIFN1cGVyIE1hY2hvIE1hbl1d'>Super Macho Man</a> is one as well because of his <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Eagleland' title='/pmwiki/pmwiki.php/Main/Eagleland' data-format='e3tFYWdsZWxhbmR9fQ=='>Eagleland</a> attitude. </li><li> <em>Super Punch Out!</em> has Mad Clown (a sadistic Italian <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MonsterClown' title='/pmwiki/pmwiki.php/Main/MonsterClown' data-format='TW9uc3RlckNsb3du'>Monster Clown</a>), Bob Charlie (a laid-back Jamaican who fights according to "the rhythm"), Heike Kagero (an effeminate Japanese kabuki actor), Gabby Jay (a French <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Expy' title='/pmwiki/pmwiki.php/Main/Expy' data-format='e3tFeHB5fX0='>Expy</a> of Glass Joe and feeble old man), Dragon Chan (A Hong Kong native <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BruceLeeClone' title='/pmwiki/pmwiki.php/Main/BruceLeeClone' data-format='QnJ1Y2VMZWVDbG9uZQ=='>Bruce Lee Clone</a>), Hoy Quarlow (a rude Chinese <a class='twikilink' href='/pmwiki/pmwiki.php/Main/OldMaster' title='/pmwiki/pmwiki.php/Main/OldMaster' data-format='T2xkTWFzdGVy'>Old Master</a>), Narcis Prince (<a class='twikilink' href='/pmwiki/pmwiki.php/Main/TheFightingNarcissist' title='/pmwiki/pmwiki.php/Main/TheFightingNarcissist' data-format='VGhlRmlnaHRpbmdOYXJjaXNzaXN0'>The Fighting Narcissist</a> from Britain), and Masked Muscle (A Mexican <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MaskedLuchador' title='/pmwiki/pmwiki.php/Main/MaskedLuchador' data-format='TWFza2VkTHVjaGFkb3I='>Masked Luchador</a> who fights dirty). It also has Piston Hurricane from Cuba and the Bruiser brothers from <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PartsUnknown' title='/pmwiki/pmwiki.php/Main/PartsUnknown' data-format='UGFydHNVbmtub3du'>Parts Unknown</a>, but neither of them have any traits that are very funny. </li></ul></li><li> In <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/FurFighters' title='/pmwiki/pmwiki.php/VideoGame/FurFighters' data-format='VmlkZW9HYW1lL0Z1ckZpZ2h0ZXJz'>Fur Fighters</a></em> you have a strange French cat (that is in no way similar to Andy Warhol) a dumb Australian kangaroo, bizarre little Russian meerkats, and many others. </li><li> Horst Fedders from <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/FreddiFish' title='/pmwiki/pmwiki.php/VideoGame/FreddiFish' data-format='VmlkZW9HYW1lL0ZyZWRkaUZpc2g='>Freddi Fish</a> 3: The Case of the Stolen Conch Shell</em>, mostly due to Freddi's <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TranslationTrainWreck' title='/pmwiki/pmwiki.php/Main/TranslationTrainWreck' data-format='W1tUcmFuc2xhdGlvblRyYWluV3JlY2sgZm9yZWlnbiBsYW5ndWFnZSBwaHJhc2UgYm9vay5dXQ=='>foreign language phrase book.</a> </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DeconstructedTrope' title='/pmwiki/pmwiki.php/Main/DeconstructedTrope' data-format='W1tEZWNvbnN0cnVjdGVkVHJvcGUgRGVjb25zdHJ1Y3RlZF1d'>Deconstructed</a> in Kud's route in <em><a class='twikilink' href='/pmwiki/pmwiki.php/VisualNovel/LittleBusters' title='/pmwiki/pmwiki.php/VisualNovel/LittleBusters' data-format='VmlzdWFsTm92ZWwvTGl0dGxlQnVzdGVycw=='>Little Busters!</a></em>. Because she's <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ButNotTooForeign' title='/pmwiki/pmwiki.php/Main/ButNotTooForeign' data-format='W1tCdXROb3RUb29Gb3JlaWduIG9ubHkgb25lLXF1YXJ0ZXIgSmFwYW5lc2VdXQ=='>only one-quarter Japanese</a>, many of her classmates see her as one of these, complimenting her on her knowledge of Japanese culture and laughing at her foreign mannerisms. However, Kud finds this very isolating, as she learned Japanese from a young age and has been exposed to the culture for most of her life, and since she's lived in places all over the world, Japan is the closest she has to a home country. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/Persona2' title='/pmwiki/pmwiki.php/VideoGame/Persona2' data-format='VmlkZW9HYW1lL3t7UGVyc29uYSAyfX0='>Persona 2</a></em>'s Lisa Silverman was born in Japan to Japanophile western parents and raised to be a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/YamatoNadeshiko' title='/pmwiki/pmwiki.php/Main/YamatoNadeshiko' data-format='WWFtYXRvTmFkZXNoaWtv'>Yamato Nadeshiko</a>, never teaching her English (aside from Japanese, she knows some Cantonese). Despite this, everyone <em>assumes</em> she speaks English. This comes to bite her back. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/TotalWarShogun2' title='/pmwiki/pmwiki.php/VideoGame/TotalWarShogun2' data-format='W1tWaWRlb0dhbWUvVG90YWxXYXJTaG9ndW4yIFNob2d1biAyOiBUb3RhbCBXYXI6IEZhbGwgb2YgdGhlIFNhbXVyYWldXQ=='>Shogun 2: Total War: Fall of the Samurai</a></em> has an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/InvertedTrope' title='/pmwiki/pmwiki.php/Main/InvertedTrope' data-format='W1tJbnZlcnRlZFRyb3BlIGludmVyc2lvbl1d'>inversion</a> of this trope. The game takes places from the standpoint of the Japanese, and they're mostly normal. It's the Western soldiers you can hire who act weird. For example, the US Marines are all <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RealMenLoveJesus' title='/pmwiki/pmwiki.php/Main/RealMenLoveJesus' data-format='W1tSZWFsTWVuTG92ZUplc3VzIENocmlzdGlhbl1d'>Christian</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HotBlooded' title='/pmwiki/pmwiki.php/Main/HotBlooded' data-format='SG90Qmxvb2RlZA=='>Hot-Blooded</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BloodKnight' title='/pmwiki/pmwiki.php/Main/BloodKnight' data-format='e3tCbG9vZCBLbmlnaHR9fXM='>Blood Knights</a>, while the British Marines are all <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TheStoic' title='/pmwiki/pmwiki.php/Main/TheStoic' data-format='W1tUaGVTdG9pYyBpbmRpZmZlcmVudF1d'>indifferent</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/StiffUpperLip' title='/pmwiki/pmwiki.php/Main/StiffUpperLip' data-format='W1tTdGlmZlVwcGVyTGlwIGRldGFjaGVkXV0='>detached</a>, and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Cloudcuckoolander' title='/pmwiki/pmwiki.php/Main/Cloudcuckoolander' data-format='W1t7e0Nsb3VkY3Vja29vbGFuZGVyfX0gYSBiaXQgZWNjZW50cmljXV0='>a bit eccentric</a>. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/PokemonDiamondAndPearl' title='/pmwiki/pmwiki.php/VideoGame/PokemonDiamondAndPearl' data-format='W1tWaWRlb0dhbWUvUG9rZW1vbkRpYW1vbmRBbmRQZWFybCBQb2tlbW9uIFBsYXRpbnVtXV0='>Pokemon Platinum</a></em> introduced Looker, a detective who speaks broken Japanese. <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/PokemonXAndY' title='/pmwiki/pmwiki.php/VideoGame/PokemonXAndY' data-format='VmlkZW9HYW1lL1Bva2Vtb25YQW5kWQ=='>Pokémon X and Y</a></em> shows he's French. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/FreddyPharkasFrontierPharmacist' title='/pmwiki/pmwiki.php/VideoGame/FreddyPharkasFrontierPharmacist' data-format='VmlkZW9HYW1lL0ZyZWRkeVBoYXJrYXNGcm9udGllclBoYXJtYWNpc3Q='>Freddy Pharkas: Frontier Pharmacist</a></em>: Srini, the INDIAN. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/FireEmblem' title='/pmwiki/pmwiki.php/Franchise/FireEmblem' data-format='RnJhbmNoaXNlL0ZpcmVFbWJsZW0='>Fire Emblem</a></em>: <ul ><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/FireEmblemAwakening' title='/pmwiki/pmwiki.php/VideoGame/FireEmblemAwakening' data-format='VmlkZW9HYW1lL0ZpcmVFbWJsZW1Bd2FrZW5pbmc='>Fire Emblem: Awakening</a></em> has Virion, a vain archer who sounds more or less like Lumiere from <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/BeautyAndTheBeastDisney' title='/pmwiki/pmwiki.php/Franchise/BeautyAndTheBeastDisney' data-format='RnJhbmNoaXNlL3t7QmVhdXR5IGFuZCB0aGUgQmVhc3R8RGlzbmV5fX0='>Beauty and the Beast</a></em>, and Gregor, a mercenary with a thick Eastern European accent. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/FireEmblemMysteryOfTheEmblem' title='/pmwiki/pmwiki.php/VideoGame/FireEmblemMysteryOfTheEmblem' data-format='W1tWaWRlb0dhbWUvRmlyZUVtYmxlbU15c3RlcnlPZlRoZUVtYmxlbSBOZXcgTXlzdGVyeSBvZiB0aGUgRW1ibGVtXV0='>New Mystery of the Emblem</a></em> has Athena, a myrmidon from another continent vith a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/VampireVords' title='/pmwiki/pmwiki.php/Main/VampireVords' data-format='VmFtcGlyZVZvcmRz'>Vampire Vords</a> accent who refers to herself in plural and has a very loose grasp on English. It mostly only comes out in her conversations with Kris, though, since the majority of her other dialogues are during combat situations, where she instead comes across as serious and forceful, and doesn't keep speaking for long enough to have a chance to mangle her sentences. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/FireEmblemThreeHouses' title='/pmwiki/pmwiki.php/VideoGame/FireEmblemThreeHouses' data-format='VmlkZW9HYW1lL0ZpcmVFbWJsZW1UaHJlZUhvdXNlcw=='>Fire Emblem: Three Houses</a></em> has Petra, a princess from the neighboring Kingdom of Brigid instead of Fódlan. She is still learning the language but is otherwise one of the smartest in her class. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Franchise/Splatoon' title='/pmwiki/pmwiki.php/Franchise/Splatoon' data-format='RnJhbmNoaXNlL3t7U3BsYXRvb259fQ=='>Splatoon</a></em> has the Jellyfish. They are cute humanoid little guys that serve as background characters, with most of them being completely silent since they don't speak the Inkling language. Each game has one serve as a clothing store owner/employee who does speak it, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/IntentionalEngrishForFunny' title='/pmwiki/pmwiki.php/Main/IntentionalEngrishForFunny' data-format='W1tJbnRlbnRpb25hbEVuZ3Jpc2hGb3JGdW5ueSBidXQgdGVuZHMgdG8gYnV0Y2hlciBpdCBzb21ld2hhdF1d'>but tends to butcher it somewhat</a>. </li><li> The <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/WayOfTheSamurai' title='/pmwiki/pmwiki.php/VideoGame/WayOfTheSamurai' data-format='VmlkZW9HYW1lL1dheU9mVGhlU2FtdXJhaQ=='>Way of the Samurai</a></em> franchise has some of these. Especially <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/WayOfTheSamurai4' title='/pmwiki/pmwiki.php/VideoGame/WayOfTheSamurai4' data-format='VmlkZW9HYW1lL1dheU9mVGhlU2FtdXJhaTQ='>Way of the Samurai 4</a></em>, as it takes place during the final days of the shogunate, where Japan had to forcibly open its borders for foreigners. During the game, the player can encounter randomly generated British <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NonPlayerCharacter' title='/pmwiki/pmwiki.php/Main/NonPlayerCharacter' data-format='e3tOb24gUGxheWVyIENoYXJhY3Rlcn19cw=='>Non Player Characters</a>, who, when an English language school is opened, utter grammatically bad Engrish phrases, such as "I study Japanspeak! Japanspeak fun!". Special mention goes to British count J.J., who in the hidden storyline gets obsessed with <span class="spoiler" title="you can set spoilers visible by default on your profile" >sushi</span>, claiming it to be full of Japanese spirit. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/ShadowrunReturns' title='/pmwiki/pmwiki.php/VideoGame/ShadowrunReturns' data-format='VmlkZW9HYW1lL1NoYWRvd3J1blJldHVybnM='>Shadowrun Returns</a></em>: Invoked. <a class='twikilink' href='/pmwiki/pmwiki.php/Main/KnowledgeBroker' title='/pmwiki/pmwiki.php/Main/KnowledgeBroker' data-format='S25vd2xlZGdlQnJva2Vy'>Knowledge Broker</a> and café proprietor Altuğ Burakgazi deliberately exaggerates his Turkish accent and plays up his foreign-ness (including <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FloweryInsults' title='/pmwiki/pmwiki.php/Main/FloweryInsults' data-format='Rmxvd2VyeUluc3VsdHM='>Flowery Insults</a>), both to attract customers and to seem less threatening. In private, his accent and speech patterns in German change quite remarkably. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/DandyDungeon' title='/pmwiki/pmwiki.php/VideoGame/DandyDungeon' data-format='VmlkZW9HYW1lL0RhbmR5RHVuZ2Vvbg=='>Dandy Dungeon</a></em> has one of Yamada's neighbors, Aja, an Indian man in a turban who's an incredibly accomplished programmer (the modern stereotype of Indians being masters in information technology) and who acts like a snake charmer with his two laptops. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/GrandTheftAutoIV' title='/pmwiki/pmwiki.php/VideoGame/GrandTheftAutoIV' data-format='VmlkZW9HYW1lL0dyYW5kVGhlZnRBdXRvSVY='>Grand Theft Auto IV</a></em> features a lot of foreigners (the main protagonist, while a Serbian illegal immigrant, is very much <em><a class='twikilink' href='/pmwiki/pmwiki.php/Main/BrokenHero' title='/pmwiki/pmwiki.php/Main/BrokenHero' data-format='W1tCcm9rZW5IZXJvIG5vdF1d'>not</a></em> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ShellShockedVeteran' title='/pmwiki/pmwiki.php/Main/ShellShockedVeteran' data-format='W1tTaGVsbFNob2NrZWRWZXRlcmFuIGxpa2VdXQ=='>like</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TragicVillain' title='/pmwiki/pmwiki.php/Main/TragicVillain' data-format='W1tUcmFnaWNWaWxsYWluIHRoaXMgdHJvcGVdXQ=='>this trope</a>), but the one who fits it the best is Yusuf Amir, an funny, energetic, light-hearted and friendly Arab millionaire. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/GrandTheftAutoV' title='/pmwiki/pmwiki.php/VideoGame/GrandTheftAutoV' data-format='VmlkZW9HYW1lL0dyYW5kVGhlZnRBdXRvVg=='>Grand Theft Auto V</a></em> plays with this trope quite a bit. <ul ><li> Defied with Trevor Philips, a Canadian-born immigrant who takes issue with anyone who finds his accent funny. Make fun of him and there <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NotEnoughToBury' title='/pmwiki/pmwiki.php/Main/NotEnoughToBury' data-format='W1tOb3RFbm91Z2hUb0J1cnkgd2lsbCBub3QgYmUgZW5vdWdoIGxlZnQgZm9yIGJ1cnkgeW91XV0='>will not be enough left for bury you</a>. Just ask the US military... </li><li> Josef is an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LaughablyEvil' title='/pmwiki/pmwiki.php/Main/LaughablyEvil' data-format='TGF1Z2hhYmx5RXZpbA=='>Laughably Evil</a> example, since he is a Russian member of the minutemen who targets all immigrants and is highly xenophobic and jingoistic against anything non-American... Despite being <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BoomerangBigot' title='/pmwiki/pmwiki.php/Main/BoomerangBigot' data-format='W1tCb29tZXJhbmdCaWdvdCBub24tQW1lcmljYW4gaGltc2VsZiBhbmQgc3BlYWtpbmcgbGVzcyBFbmdsaXNoIHRoYW4gdGhlICJpbGxlZ2FscyIgaGUmIzAzOTtzIGhhcmFzc2luZ11d'>non-American himself and speaking less English than the "illegals" he's harassing</a>. </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/LeagueOfLegends' title='/pmwiki/pmwiki.php/VideoGame/LeagueOfLegends' data-format='VmlkZW9HYW1lL0xlYWd1ZU9mTGVnZW5kcw=='>League of Legends</a></em> has <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CuteMonsterGirl' title='/pmwiki/pmwiki.php/Main/CuteMonsterGirl' data-format='W1tDdXRlTW9uc3RlckdpcmwgTmVla29dXQ=='>Neeko</a>, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HalfHumanHybrid' title='/pmwiki/pmwiki.php/Main/HalfHumanHybrid' data-format='W1tIYWxmSHVtYW5IeWJyaWQgVGhlIEN1cmlvdXNdXQ=='>The Curious</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/VoluntaryShapeshifting' title='/pmwiki/pmwiki.php/Main/VoluntaryShapeshifting' data-format='W1tWb2x1bnRhcnlTaGFwZXNoaWZ0aW5nIENoYW1lbGVvbl1d'>Chameleon</a>, who originated from a foreign island civilization isolated from Runeterra, foreign to nearly everything else in the game's lore. After she was forcibly displaced due to cataclysm, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FishOutOfWater' title='/pmwiki/pmwiki.php/Main/FishOutOfWater' data-format='W1tGaXNoT3V0T2ZXYXRlciBzaGUmIzAzOTtzIGhhdmluZyBhIGhhcmQgdGltZSBnZXR0aW5nIHVzZWQgdG8gdGhlIG5ldyBjb250aW5lbnRdXQ=='>she's having a hard time getting used to the new continent</a> and has no shortage of <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Cloudcuckoolander' title='/pmwiki/pmwiki.php/Main/Cloudcuckoolander' data-format='W1t7e0Nsb3VkY3Vja29vbGFuZGVyfX0gc3RyYW5nZV1d'>strange</a> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/IntentionalEngrishForFunny' title='/pmwiki/pmwiki.php/Main/IntentionalEngrishForFunny' data-format='W1tJbnRlbnRpb25hbEVuZ3Jpc2hGb3JGdW5ueSBtYW5uZXJpc21zXV0='>mannerisms</a>, but this lends her an innocent and endearingly awkward charm. <div class='indent'><em>"People says 'The world is <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ThirdPersonPerson' title='/pmwiki/pmwiki.php/Main/ThirdPersonPerson' data-format='W1tUaGlyZFBlcnNvblBlcnNvbiBOZWVrbyYjMDM5O3NdXQ=='>Neeko's</a> Oyster'. <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BluntMetaphorsTrauma' title='/pmwiki/pmwiki.php/Main/BluntMetaphorsTrauma' data-format='W1tCbHVudE1ldGFwaG9yc1RyYXVtYSBJcyBveXN0ZXIgYSBnb29kIHRoaW5nPyBUYXN0ZSBsaWtlIGdyYXBlc11d'>Is oyster a good thing? Taste like grapes</a>?"</em> </div></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/PapersPlease' title='/pmwiki/pmwiki.php/VideoGame/PapersPlease' data-format='VmlkZW9HYW1lL1BhcGVyc1BsZWFzZQ=='>Papers, Please</a></em> has Jorji Costava, an immigrant <span class="spoiler" title="you can set spoilers visible by default on your profile" >and smuggler</span> who tries several times to get through the Grestin border checkpoint using hilariously pathetic means. He's also <a class='twikilink' href='/pmwiki/pmwiki.php/Main/AffablyEvil' title='/pmwiki/pmwiki.php/Main/AffablyEvil' data-format='W1tBZmZhYmx5RXZpbCB2ZXJ5IHBvbGl0ZV1d'>very polite</a> each time you deny or detain him. </li><li> In the <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/LivePowerfulProBaseball' title='/pmwiki/pmwiki.php/VideoGame/LivePowerfulProBaseball' data-format='W1tWaWRlb0dhbWUvTGl2ZVBvd2VyZnVsUHJvQmFzZWJhbGwgUG93ZXIgUHJvLWt1biBQb2NrZXRdXQ=='>Power Pro-kun Pocket</a></em> series, Albert Anjou Aznable is a blonde American guy who <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BornUnlucky' title='/pmwiki/pmwiki.php/Main/BornUnlucky' data-format='W1tCb3JuVW5sdWNreSBrZWVwcyBnZXR0aW5nIGluanVyZWQgaW4gYWNjaWRlbnRzXV0='>keeps getting injured in accidents</a> every time he is seen, and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RecurringCharacter' title='/pmwiki/pmwiki.php/Main/RecurringCharacter' data-format='W1tSZWN1cnJpbmdDaGFyYWN0ZXIgaGUmIzAzOTtzIHByZXNlbnQgb24gZXZlcnkgT3V0ZXIgU3VjY2Vzc11d'>he's present on every Outer Success</a> in the series (less so in the Inner Successes). He was most prominent in <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/PowerProKunPocket3' title='/pmwiki/pmwiki.php/VideoGame/PowerProKunPocket3' data-format='W1tWaWRlb0dhbWUvUG93ZXJQcm9LdW5Qb2NrZXQzIDNdXQ=='>3</a></em>, where he and his sister Anne are part of the Kaiten Octopus team. His stats in Arrange Mode tend to be very high, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GameplayAndStoryIntegration' title='/pmwiki/pmwiki.php/Main/GameplayAndStoryIntegration' data-format='W1tHYW1lcGxheUFuZFN0b3J5SW50ZWdyYXRpb24gYnV0IGFyZSBjb21iaW5lZCB3aXRoIHNldmVyYWwgYmFkIHBlcmtzXV0='>but are combined with several bad perks</a>. <ul ><li> In one scene in <em><a class='twikilink' href='/pmwiki/pmwiki.php/VideoGame/PowerProKunPocket9' title='/pmwiki/pmwiki.php/VideoGame/PowerProKunPocket9' data-format='VmlkZW9HYW1lL1Bvd2VyUHJvS3VuUG9ja2V0OQ=='>Power Pro Kun Pocket 9</a></em>, Albert is seen speaking in Portuguese for no apparent reason. </li></ul></li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder13');">&nbsp;&nbsp;&nbsp;&nbsp;Web Animation&nbsp;</div><div id="folder13" class="folder" isfolder="true" style="display:block;"> <ul ><li> <a class='twikilink' href='/pmwiki/pmwiki.php/WebAnimation/AlgicosathlonRises' title='/pmwiki/pmwiki.php/WebAnimation/AlgicosathlonRises' data-format='V2ViQW5pbWF0aW9uL0FsZ2ljb3NhdGhsb25SaXNlcw=='>Algicosathlon Rises</a> has an odd variation, where Magenta's not from another country or planet, but a time lady from the year 4040, trying to fit in with her peers in from 2020. She tries her best to keep this as a secret, to little success. </li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/WebAnimation/Hololive' title='/pmwiki/pmwiki.php/WebAnimation/Hololive' data-format='V2ViQW5pbWF0aW9uL3t7SG9sb2xpdmV9fQ=='>hololive</a> has an ever-increasingly cosmopolitan roster &#8212; with the English divisions featuring members from/based in all over North America, Europe, and Australia &#8212; but Raora Panthera manages to fit into the role. Not only is she the first hololive idol to come from an Italian background, she has a very thick accent, has a slightly loose grasp of English (having reportedly <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LearntEnglishFromWatchingTelevision' title='/pmwiki/pmwiki.php/Main/LearntEnglishFromWatchingTelevision' data-format='TGVhcm50RW5nbGlzaEZyb21XYXRjaGluZ1RlbGV2aXNpb24='>Learnt English from Watching Television</a>, only speaking English for four years before joining hololive), is very aware of <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RambunctiousItalian' title='/pmwiki/pmwiki.php/Main/RambunctiousItalian' data-format='W1tSYW1idW5jdGlvdXNJdGFsaWFuIHRoZSBtYW55IHNpbGx5IHN0ZXJlb3R5cGVzIG9mIEl0YWxpYW5zIGhlbGQgYnkgQW5nbG9waG9uZXNdXQ=='>the many silly stereotypes of Italians held by Anglophones</a>, and has no shame in indulging in them. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebAnimation/MarcaToons' title='/pmwiki/pmwiki.php/WebAnimation/MarcaToons' data-format='V2ViQW5pbWF0aW9uL01hcmNhVG9vbnM='>Marca Toons</a></em>' depiction of Mesut Özil qualifies, with his very little grasp of Spanish and cheerful demeanor. <div class='indent'><a class='twikilink' href='/pmwiki/pmwiki.php/Main/ItMakesSenseInContext' title='/pmwiki/pmwiki.php/Main/ItMakesSenseInContext' data-format='W1tJdE1ha2VzU2Vuc2VJbkNvbnRleHQgw5ZaSUwgV0lHISEhXV0='>ÖZIL WIG!!!</a> </div></li><li> Natasha's fellow spy and exchange student Oleg Boynski fills this role in <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebAnimation/PrincessNatasha' title='/pmwiki/pmwiki.php/WebAnimation/PrincessNatasha' data-format='V2ViQW5pbWF0aW9uL1ByaW5jZXNzTmF0YXNoYQ=='>Princess Natasha</a></em>. </li><li> Nelly Smith from <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebAnimation/SenpaiClub' title='/pmwiki/pmwiki.php/WebAnimation/SenpaiClub' data-format='V2ViQW5pbWF0aW9uL1NlbnBhaUNsdWI='>Senpai Club</a></em> is an American who has a strong accent, wears star spangled attire, eats <span class='esc-seq' title='non-wikiword'>McDonald's-esque</span> food for lunch, and is incredibly loud. </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder14');">&nbsp;&nbsp;&nbsp;&nbsp;Webcomics&nbsp;</div><div id="folder14" class="folder" isfolder="true" style="display:block;"> <ul ><li> Maurice Kinski from <em><a class='urllink' href='http://www.agameoffools.com'>A Game of Fools<img src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" height="12" width="12" style="border:none;" /></a></em> is a combination of this and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LethalChef' title='/pmwiki/pmwiki.php/Main/LethalChef' data-format='TGV0aGFsQ2hlZg=='>Lethal Chef</a>. <!--* Boku De Mai Tai from ''Webcomic/CarriedByTheWind''.--> </li><li> Sophie, a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ForeignExchangeStudent' title='/pmwiki/pmwiki.php/Main/ForeignExchangeStudent' data-format='Rm9yZWlnbkV4Y2hhbmdlU3R1ZGVudA=='>Foreign Exchange Student</a> from the US, is portrayed as an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/TheDitz' title='/pmwiki/pmwiki.php/Main/TheDitz' data-format='W1tUaGVEaXR6IGV4Y2l0YWJsZSwgZ3VsbGlibGUgZGl0el1d'>excitable, gullible ditz</a> in <em><a class='twikilink' href='/pmwiki/pmwiki.php/Webcomic/KurumisAfterHours' title='/pmwiki/pmwiki.php/Webcomic/KurumisAfterHours' data-format='V2ViY29taWMvS3VydW1pc0FmdGVySG91cnM='>Kurumi's After Hours</a>.</em> </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Webcomic/TheInexplicableAdventuresOfBob' title='/pmwiki/pmwiki.php/Webcomic/TheInexplicableAdventuresOfBob' data-format='V2ViY29taWMvVGhlSW5leHBsaWNhYmxlQWR2ZW50dXJlc09mQm9i'>The Inexplicable Adventures of Bob!</a></em> once had a pair of "rogue Canadian scientists," dressed in heavy winter gear, one of whom said "eh!" a lot and the other spoke French. <!--* The Finn-lander Konsta from ''Webcomic/PlusEV''.--> </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/Webcomic/TheBackOBeyond' title='/pmwiki/pmwiki.php/Webcomic/TheBackOBeyond' data-format='V2ViY29taWMvVGhlQmFja09CZXlvbmQ='>The Back o' Beyond</a></em> has Sawbones, who is good natured, if a bit quirky, and once referred to Baines as being 'dearly department.' </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder15');">&nbsp;&nbsp;&nbsp;&nbsp;Web Original&nbsp;</div><div id="folder15" class="folder" isfolder="true" style="display:block;"> <ul ><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebVideo/DemoReel' title='/pmwiki/pmwiki.php/WebVideo/DemoReel' data-format='V2ViVmlkZW8vRGVtb1JlZWw='>Demo Reel</a></em>: Rob Walker played a stereotypical German speaking with a heavy accent and walking around in a marine officer uniform. </li><li> On <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebVideo/Jacksfilms' title='/pmwiki/pmwiki.php/WebVideo/Jacksfilms' data-format='V2ViVmlkZW8ve3tKYWNrc2ZpbG1zfX0='>Jacksfilms</a></em>, Jack Douglass treats Russian-American fellow <span class='esc-seq' title='non-wikiword'>YouTuber</span> Olga Kay &#8212; who he's friends with in real life &#8212; as this. It led to his catchphrase "Oh Olga!" (said after reading a tweet from her with a grammar mistake on his "Your Grammar Sucks" videos). </li><li> Featured in a <a class='twikilink' href='/pmwiki/pmwiki.php/Creator/FoilArmsAndHog' title='/pmwiki/pmwiki.php/Creator/FoilArmsAndHog' data-format='Q3JlYXRvci9Gb2lsQXJtc0FuZEhvZw=='>Foil, Arms and Hog</a> sketch; the German character in “Never Take an Irish Person Literally”. </li><li> Lauri, the host of the <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebVideo/HydraulicPressChannel' title='/pmwiki/pmwiki.php/WebVideo/HydraulicPressChannel' data-format='V2ViVmlkZW8vSHlkcmF1bGljUHJlc3NDaGFubmVs'>Hydraulic Press Channel</a></em>, who has admitted to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LearntEnglishFromWatchingTelevision' title='/pmwiki/pmwiki.php/Main/LearntEnglishFromWatchingTelevision' data-format='W1tMZWFybnRFbmdsaXNoRnJvbVdhdGNoaW5nVGVsZXZpc2lvbiBsZWFybmluZyBFbmdsaXNoIGZyb20gdmlkZW8gZ2FtZXMgYW5kIG1vdmllc11d'>learning English from video games and movies</a>, has a heavy Finnish accent and some difficulty with English grammar, making his narration utterly <em>hilarious</em> while crushing various things. He's well aware this is a big part of his popularity as he's explained he has a nearly non-existent fanbase in his native Finland while <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GermansLoveDavidHasselhoff' title='/pmwiki/pmwiki.php/Main/GermansLoveDavidHasselhoff' data-format='W1tHZXJtYW5zTG92ZURhdmlkSGFzc2VsaG9mZiB0aGUgVVNBIGFuZCBDYW5hZGEgbWFrZSB1cCBhbG1vc3QgaGFsZiBvZiBoaXMgdmlld2Vyc2hpcF1d'>the USA and Canada make up almost half of his viewership</a>. <div class='indent'><strong>Lauri (On <a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/DonaldDuck' title='/pmwiki/pmwiki.php/WesternAnimation/DonaldDuck' data-format='V2VzdGVybkFuaW1hdGlvbi9Eb25hbGREdWNr'>Donald Duck</a>):</strong> For today's extra content we have this... strange looking duck... who is wears some clothes for some reason but no trousers so... I think he may be some kind of pervert and can attack us at any moment so we must deal with him. </div></li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/LetsPlay/Robbaz' title='/pmwiki/pmwiki.php/LetsPlay/Robbaz' data-format='TGV0c1BsYXkve3tSb2JiYXp9fQ=='>Robbaz</a> is Swedish, and uses his accent in an exaggerated way for laughs &#8212; especially when concerning J's and G's, resulting in "Yenius", Yesus", and "Yerk off", and Ch's, resulting in "shildren." He also has a borderline obsession with other stereotypical Nordic things, like Vikings and walruses. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebVideo/GameGrumps' title='/pmwiki/pmwiki.php/WebVideo/GameGrumps' data-format='V2ViVmlkZW8vR2FtZUdydW1wcw=='>Game Grumps</a></em>: <ul ><li> Ross O'Donovan brings a lot of this to <em>Game Grumps</em> and <em><a class='twikilink' href='/pmwiki/pmwiki.php/WebVideo/SteamTrain' title='/pmwiki/pmwiki.php/WebVideo/SteamTrain' data-format='V2ViVmlkZW8vU3RlYW1UcmFpbg=='>Steam Train</a></em>, being a native Australian who is <em>notorious</em> for saying hilariously "off" statements where he <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Malaproper' title='/pmwiki/pmwiki.php/Main/Malaproper' data-format='W1t7e01hbGFwcm9wZXJ9fSBqdW1ibGVzIGlkaW9tcyBhbmQgZXhwcmVzc2lvbnNdXQ=='>jumbles idioms and expressions</a> or just plain says <em>weird</em> but hilarious things. Dan claims to keep a list of these, which he has dubbed "Rossisms": <div class='indent'>That train has sailed! </div><div class='indent'>Did you ever think, like... we're sidewards all the time? </div><div class='indent'>It's like listening to a mirror! </div><div class='indent'>How you going? (An actual proper expression in Australia) </div></li><li> Similarly is Dan's father Avi, a native <a class='twikilink' href='/pmwiki/pmwiki.php/UsefulNotes/Israel' title='/pmwiki/pmwiki.php/UsefulNotes/Israel' data-format='VXNlZnVsTm90ZXMve3tJc3JhZWx9fWk='>Israeli</a> who has a decent-but-not-great grasp of English and is prone to saying utterly <em>hilarious</em> things like refering to "Spotify" as "Spoofy", <a class='twikilink' href='/pmwiki/pmwiki.php/LetsPlay/PewDiePie' title='/pmwiki/pmwiki.php/LetsPlay/PewDiePie' data-format='TGV0c1BsYXkvUGV3RGllUGll'>PewDiePie</a> as "Pee-wee Dee Dee", and calling "extremism" "extresimism." Even his tendency to add really long "eeeeeeeeeehhhhhhhhhhhhhhs" between words and abruptly end his sentences when he realizes he's said what he needs to say <a class='urllink' href='https://www.youtube.com/watch?v=z2Gue6Um2OE'>make even regular voice mails<img src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" height="12" width="12" style="border:none;" /></a> pretty entertaining. According to Dan, even his mom finds these funny and allegedly has been keeping a list of "Avi-isms" for years. </li></ul></li><li> <a class='twikilink' href='/pmwiki/pmwiki.php/WebVideo/MarcelVos' title='/pmwiki/pmwiki.php/WebVideo/MarcelVos' data-format='V2ViVmlkZW8vTWFyY2VsVm9z'>Marcel Vos</a> has very strong <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DeadpanSnarker' title='/pmwiki/pmwiki.php/Main/DeadpanSnarker' data-format='RGVhZHBhblNuYXJrZXI='>Deadpan Snarker</a> tendencies, and a very strong Dutch accent. </li><li> The <a class='twikilink' href='/pmwiki/pmwiki.php/Website/SomethingAwful' title='/pmwiki/pmwiki.php/Website/SomethingAwful' data-format='V2Vic2l0ZS9Tb21ldGhpbmdBd2Z1bA=='>Something Awful</a> character El Pinto Grande is a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MaskedLuchador' title='/pmwiki/pmwiki.php/Main/MaskedLuchador' data-format='TWFza2VkTHVjaGFkb3I='>Masked Luchador</a> who brings unbridled enthusiasm, broken English and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CloudCuckoolander' title='/pmwiki/pmwiki.php/Main/CloudCuckoolander' data-format='Q2xvdWRDdWNrb29sYW5kZXI='>Cloud Cuckoolander</a> tendencies to his columns. In one article, he mangles what is presumably intended to read "I'm Grillin' Like a Villain" into "<a class='urllink' href='https://www.somethingawful.com/news/am-being-towards/'>I Am Being Towards So Grillin' That Yours Truly is a Felon<img src="https://static.tvtropes.org/pmwiki/pub/external_link.gif" height="12" width="12" style="border:none;" /></a>," puts on a "<a class='twikilink' href='/pmwiki/pmwiki.php/Literature/DonQuixote' title='/pmwiki/pmwiki.php/Literature/DonQuixote' data-format='W1tMaXRlcmF0dXJlL0RvblF1aXhvdGUgRG9ua2V5IEh1cnR5XV0='>Donkey Hurty</a>" puppet show with clams, and describes grilling a (we think) squid as a wrestling match with "the chicken creature." </li></ul></div> </p><p><div class="folderlabel" onclick="togglefolder('folder16');">&nbsp;&nbsp;&nbsp;&nbsp;Western Animation&nbsp;</div><div id="folder16" class="folder" isfolder="true" style="display:block;"> <ul ><li> Many <a class='twikilink' href='/pmwiki/pmwiki.php/Main/WarTimeCartoon' title='/pmwiki/pmwiki.php/Main/WarTimeCartoon' data-format='V2FyVGltZUNhcnRvb24='>War Time Cartoon</a> shorts dwell on stereotypical representations of Germans, Italians and the Japanese. </li><li> Odbald from <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/BeingIan' title='/pmwiki/pmwiki.php/WesternAnimation/BeingIan' data-format='V2VzdGVybkFuaW1hdGlvbi9CZWluZ0lhbg=='>Being Ian</a></em> is <a class='twikilink' href='/pmwiki/pmwiki.php/Main/LandOfTulipsAndWindmills' title='/pmwiki/pmwiki.php/Main/LandOfTulipsAndWindmills' data-format='W1tMYW5kT2ZUdWxpcHNBbmRXaW5kbWlsbHMgYSBxdWlya3kgRHV0Y2ggaW1taWdyYW50XV0='>a quirky Dutch immigrant</a> who works at Kelley's Keyboards and frequently provides comic relief with his kooky personality and odd superstitions and traditions. </li><li> Pixar's <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/ABugsLife' title='/pmwiki/pmwiki.php/WesternAnimation/ABugsLife' data-format='V2VzdGVybkFuaW1hdGlvbi9BQnVnc0xpZmU='>A Bug's Life</a></em> has Tuck and Roll, the pill bugs of Hungarian origin. </li><li> Doctor Von Goosewing in <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/CountDuckula' title='/pmwiki/pmwiki.php/WesternAnimation/CountDuckula' data-format='V2VzdGVybkFuaW1hdGlvbi9Db3VudER1Y2t1bGE='>Count Duckula</a></em> is an excitable, loud, Germanic chap. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/DannyPhantom' title='/pmwiki/pmwiki.php/WesternAnimation/DannyPhantom' data-format='V2VzdGVybkFuaW1hdGlvbi9EYW5ueVBoYW50b20='>Danny Phantom</a></em>: Gregor the exotic Hungarian in the episode "Double Cross My Heart". Apparently, white is the new black in Europe! He also gives us the only instance of boys kissing on this show, because he called it a common greeting where he is from. Subverted in that <span class="spoiler" title="you can set spoilers visible by default on your profile" >he's actually Elliot from Michigan, and was just pretending to be a foreigner, fooling everyone, including a school...<em>to score with a chick!</em></span> </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/Detentionaire' title='/pmwiki/pmwiki.php/WesternAnimation/Detentionaire' data-format='V2VzdGVybkFuaW1hdGlvbi97e0RldGVudGlvbmFpcmV9fQ=='>Detentionaire</a></em> has <a class='twikilink' href='/pmwiki/pmwiki.php/Main/PluckyComicRelief' title='/pmwiki/pmwiki.php/Main/PluckyComicRelief' data-format='W1tQbHVja3lDb21pY1JlbGllZiBIb2xnZXIgSG9nYWFydF1d'>Holger Hogaart</a>, an exchange student from somewhere <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NorseByNorsewest' title='/pmwiki/pmwiki.php/Main/NorseByNorsewest' data-format='Tm9yc2VCeU5vcnNld2VzdA=='>Norse by Norsewest</a> and resident <a class='twikilink' href='/pmwiki/pmwiki.php/Main/Cloudcuckoolander' title='/pmwiki/pmwiki.php/Main/Cloudcuckoolander' data-format='e3tDbG91ZGN1Y2tvb2xhbmRlcn19'>Cloudcuckoolander</a>. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/DextersLaboratory' title='/pmwiki/pmwiki.php/WesternAnimation/DextersLaboratory' data-format='V2VzdGVybkFuaW1hdGlvbi9EZXh0ZXJzTGFib3JhdG9yeQ=='>Dexter's Laboratory</a></em> had a character in the episode "The Bus Boy" where Dexter's pencil is knocked into the uninhabited, dark back of the bus. A German boy in lederhosen is one of the kids to describe their account of why they fear to go back there. His story involved him dancing around eating food and lamenting how good it was. <div class='indent'>"Hot coco. Mmmmmmmm." </div></li><li> Rolf from <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/EdEddNEddy' title='/pmwiki/pmwiki.php/WesternAnimation/EdEddNEddy' data-format='V2VzdGVybkFuaW1hdGlvbi9FZEVkZE5FZGR5'>Ed, Edd n Eddy</a></em>, who comes up with odd traditions (many of which involve fish) and sayings ("Do not burn the candle at both ends, as it leads to the life of a hairdresser") from his home country in nearly every episode. <div class='indent'>"You have broken the celery stalk on the back of a sea urchin!" </div></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/FamilyGuy' title='/pmwiki/pmwiki.php/WesternAnimation/FamilyGuy' data-format='V2VzdGVybkFuaW1hdGlvbi9GYW1pbHlHdXk='>Family Guy</a></em>: <ul ><li> Peter's colleague Fouad, who finds sarcasm <em>hilarious</em> and is willing to <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DontExplainTheJoke' title='/pmwiki/pmwiki.php/Main/DontExplainTheJoke' data-format='W1tEb250RXhwbGFpblRoZUpva2UgZXhwbGFpbiBpdCBldmVyeSB0aW1lIGp1c3QgaW4gY2FzZSB5b3UgZGlkbiYjMDM5O3QgZ2V0IGl0XV0='>explain it every time just in case you didn't get it</a>. <div class='indent'>"Oh hohhh! He say "Nice day," but he covered with rain!" </div></li><li> There's also this gem from <em>The Former Life of Brian</em> <div class='indent'><strong>Stewie:</strong> Brian, this is painful. It's like listening to those two foreign guys down at the coffee shop who've been living in the US almost long enough to sound American.<br data-format="\\" /><em>(scene cuts to coffee shop)</em><br data-format="\\" /><strong>Guy #1:</strong> Oh man, what a good bunch of partying at that discotheque. They played one of my audience requests.<br data-format="\\" /><strong>Guy #2:</strong> Way awesome! I myself drank like five liters of beer. Any more and I would have ended up in hospital, man.<br data-format="\\" /><strong>Guy #1:</strong> Oh, you said it, friend, but I wanted to stay, because I almost had sex on this girl.<br data-format="\\" /><strong>Guy #2:</strong> Oh yeah, but it was so expensive. Each drink was like six dollars forty! </div></li></ul></li><li> Sanjay on <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/TheFairlyOddParents' title='/pmwiki/pmwiki.php/WesternAnimation/TheFairlyOddParents' data-format='V2VzdGVybkFuaW1hdGlvbi9UaGVGYWlybHlPZGRQYXJlbnRz'>The Fairly OddParents!</a></em> is an Indian boy who talks with such a weird voice that it attracts cats. Most of the jokes involving him center on the fact that <a class='twikilink' href='/pmwiki/pmwiki.php/Main/HoYay' title='/pmwiki/pmwiki.php/Main/HoYay' data-format='W1tIb1lheSBoZSYjMDM5O3Mgd2F5IHRvbyBpbnRvIFRpbW15XV0='>he's way too into Timmy</a>. </li><li> Dr. Zoidberg from <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/Futurama' title='/pmwiki/pmwiki.php/WesternAnimation/Futurama' data-format='V2VzdGVybkFuaW1hdGlvbi97e0Z1dHVyYW1hfX0='>Futurama</a></em> gradually became a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ShoutOut' title='/pmwiki/pmwiki.php/Main/ShoutOut' data-format='U2hvdXRPdXQ='>Shout-Out</a> to vaudeville Funny Foreigner jokes. And one robot in the Ultimate Robot Fighting League, "The Foreigner": <div class='indent'><strong>The Foreigner:</strong> <em>I'm not from here!! I have my own customs!! Look at my <strong>crazy</strong> passport!</em> </div></li><li> Olaf the emperor penguin from <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/Kaeloo' title='/pmwiki/pmwiki.php/WesternAnimation/Kaeloo' data-format='V2VzdGVybkFuaW1hdGlvbi97e0thZWxvb319'>Kaeloo</a></em> has a Russian accent and speaks in Russian from time to time, adding Russian words to his everyday speech. <span class="spoiler" title="you can set spoilers visible by default on your profile" >The Season 2 finale reveals that <a class='twikilink' href='/pmwiki/pmwiki.php/Main/FakeRussian' title='/pmwiki/pmwiki.php/Main/FakeRussian' data-format='W1tGYWtlUnVzc2lhbiBoZSYjMDM5O3Mgbm90IGFjdHVhbGx5IFJ1c3NpYW5dXQ=='>he's not actually Russian</a>, but he's from Planet Smileyland's version of Antarctica.</span> </li><li> Subverted by Hank Hill's <a class='twikilink' href='/pmwiki/pmwiki.php/UsefulNotes/Laos' title='/pmwiki/pmwiki.php/UsefulNotes/Laos' data-format='W1tVc2VmdWxOb3Rlcy97e0xhb3N9fSBMYW90aWFuXV0='>Laotian</a> neighbor Kahn Souphanousinphone in <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/KingOfTheHill' title='/pmwiki/pmwiki.php/WesternAnimation/KingOfTheHill' data-format='V2VzdGVybkFuaW1hdGlvbi9LaW5nT2ZUaGVIaWxs'>King of the Hill</a></em>. He immigrated to California 20 years prior before moving to Texas, and much of the humor around his character comes from him trying to be as non-foreign as possible to the point his Laotian acquaintances regard him as a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CategoryTraitor' title='/pmwiki/pmwiki.php/Main/CategoryTraitor' data-format='W1tDYXRlZ29yeVRyYWl0b3IgImJhbmFuYSJdXQ=='>"banana"</a>. <div class='indent'><strong>Hank:</strong> So, <a class='twikilink' href='/pmwiki/pmwiki.php/Main/InterchangeableAsianCultures' title='/pmwiki/pmwiki.php/Main/InterchangeableAsianCultures' data-format='W1tJbnRlcmNoYW5nZWFibGVBc2lhbkN1bHR1cmVzIGFyZSB5b3UgQ2hpbmVzZSBvciBKYXBhbmVzZV1d'>are you Chinese or Japanese</a>?<br data-format="\\" /><strong>Kahn:</strong> I live in California last twenty year, but uh, first come from Laos.<br data-format="\\" /><strong>Hank:</strong> Huh?<br data-format="\\" /><strong>Kahn:</strong> Laos. We Laotian.<br data-format="\\" /><strong>Bill:</strong> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/MondegreenGag' title='/pmwiki/pmwiki.php/Main/MondegreenGag' data-format='W1tNb25kZWdyZWVuR2FnIFRoZSBvY2Vhbj9dXQ=='>The ocean?</a> What ocean?<br data-format="\\" /><strong>Kahn:</strong> We are Laotian, from Laos, stupid! It's a landlocked country in southeast Asia, it's between Vietnam and Thailand! Population 4.7 million!<br data-format="\\" /><strong>Hank:</strong> <em>(after a moment of pondering)</em> ...So, are you Chinese or Japanese? </div></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/LittlestPetShop2012' title='/pmwiki/pmwiki.php/WesternAnimation/LittlestPetShop2012' data-format='V2VzdGVybkFuaW1hdGlvbi9MaXR0bGVzdFBldFNob3AyMDEy'>Littlest Pet Shop (2012)</a></em> has Sunil Nevla, a magician mongoose with a heavy Indian accent. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/LooneyTunes' title='/pmwiki/pmwiki.php/WesternAnimation/LooneyTunes' data-format='V2VzdGVybkFuaW1hdGlvbi9Mb29uZXlUdW5lcw=='>Looney Tunes</a></em>: Many of the original shorts have stock foreigners, including <a class='twikilink' href='/pmwiki/pmwiki.php/UsefulNotes/ChristopherColumbus' title='/pmwiki/pmwiki.php/UsefulNotes/ChristopherColumbus' data-format='VXNlZnVsTm90ZXMvQ2hyaXN0b3BoZXJDb2x1bWJ1cw=='>Christopher Columbus</a> as a manic stage Italian in "Hare We Go" ("The world-a, it's-a-round!"). The two most famous of these are Mexican mouse <a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/SpeedyGonzales' title='/pmwiki/pmwiki.php/WesternAnimation/SpeedyGonzales' data-format='V2VzdGVybkFuaW1hdGlvbi9TcGVlZHlHb256YWxlcw=='>Speedy Gonzales</a>, a perfectly competent hero who speaks in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/GratuitousSpanish' title='/pmwiki/pmwiki.php/Main/GratuitousSpanish' data-format='R3JhdHVpdG91c1NwYW5pc2g='>Gratuitous Spanish</a>, and French skunk <a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/PepeLePew' title='/pmwiki/pmwiki.php/WesternAnimation/PepeLePew' data-format='V2VzdGVybkFuaW1hdGlvbi9QZXBlTGVQZXc='>Pepé Le Pew</a>, a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/StalkerWithACrush' title='/pmwiki/pmwiki.php/Main/StalkerWithACrush' data-format='U3RhbGtlcldpdGhBQ3J1c2g='>Stalker with a Crush</a> who speaks in <a class='twikilink' href='/pmwiki/pmwiki.php/Main/EverythingSoundsSexierInFrench' title='/pmwiki/pmwiki.php/Main/EverythingSoundsSexierInFrench' data-format='W1tFdmVyeXRoaW5nU291bmRzU2V4aWVySW5GcmVuY2ggcm9tYW50aWMgRnJlbmNoXV0='>romantic French</a>, a trait he passed down to his successor/student in <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/TinyToonAdventures' title='/pmwiki/pmwiki.php/WesternAnimation/TinyToonAdventures' data-format='V2VzdGVybkFuaW1hdGlvbi9UaW55VG9vbkFkdmVudHVyZXM='>Tiny Toon Adventures</a></em> <a class='twikilink' href='/pmwiki/pmwiki.php/Main/DistaffCounterpart' title='/pmwiki/pmwiki.php/Main/DistaffCounterpart' data-format='W1tEaXN0YWZmQ291bnRlcnBhcnQgRmlmaSBMYSBGdW1lXV0='>Fifi La Fume</a>. </li><li> Toki Wartooth and Skwisgaar Skwisgelf of <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/Metalocalypse' title='/pmwiki/pmwiki.php/WesternAnimation/Metalocalypse' data-format='V2VzdGVybkFuaW1hdGlvbi97e01ldGFsb2NhbHlwc2V9fQ=='>Metalocalypse</a></em> frequently mangle the English Language. Of course, the entire cast just isn't that bright. "Don't just get booze! That ain't food!" </li><li> Mr. Sultana Sultana on <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/PinkyAndTheBrain' title='/pmwiki/pmwiki.php/WesternAnimation/PinkyAndTheBrain' data-format='V2VzdGVybkFuaW1hdGlvbi9QaW5reUFuZFRoZUJyYWlu'>Pinky and the Brain</a></em> has an <a class='twikilink' href='/pmwiki/pmwiki.php/Main/NonSpecificallyForeign' title='/pmwiki/pmwiki.php/Main/NonSpecificallyForeign' data-format='W1tOb25TcGVjaWZpY2FsbHlGb3JlaWduIHVucGxhY2VhYmxlIGFjY2VudF1d'>unplaceable accent</a> and is generally weird. Given that he's a self-described "paranoid recluse," his weirdness may be down to idiosyncrasies rather than foreignness, aside (probably) from his <a class='twikilink' href='/pmwiki/pmwiki.php/Main/RepetitiveName' title='/pmwiki/pmwiki.php/Main/RepetitiveName' data-format='UmVwZXRpdGl2ZU5hbWU='>Repetitive Name</a>. </li><li> Zig-zagged with <a class='twikilink' href='/pmwiki/pmwiki.php/Main/BraveScot' title='/pmwiki/pmwiki.php/Main/BraveScot' data-format='W1tCcmF2ZVNjb3QgdGhlIFNjb3RzbWFuXV0='>the Scotsman</a> from <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/SamuraiJack' title='/pmwiki/pmwiki.php/WesternAnimation/SamuraiJack' data-format='V2VzdGVybkFuaW1hdGlvbi9TYW11cmFpSmFjaw=='>Samurai Jack</a></em>, since he's shown either in his homeland or another place. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/SevenLittleMonsters' title='/pmwiki/pmwiki.php/WesternAnimation/SevenLittleMonsters' data-format='V2VzdGVybkFuaW1hdGlvbi9TZXZlbkxpdHRsZU1vbnN0ZXJz'>Seven Little Monsters</a></em>: The titular monsters' mother speaks in broken English with a Slavic accent for no apparent reason besides her dialogue presumably being funnier that way. </li><li> The Ranting Swede, who <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CouchGag' title='/pmwiki/pmwiki.php/Main/CouchGag' data-format='W1tDb3VjaEdhZyBhcHBlYXJzIGF0IHRoZSBlbmQgb2YgZWFjaCBlcGlzb2RlXV0='>appears at the end of each episode</a> of <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/SheepInTheBigCity' title='/pmwiki/pmwiki.php/WesternAnimation/SheepInTheBigCity' data-format='V2VzdGVybkFuaW1hdGlvbi9TaGVlcEluVGhlQmlnQ2l0eQ=='>Sheep in the Big City</a></em>. His entire shtick is that he makes silly complaints while talking in a Swedish accent. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/TheSimpsons' title='/pmwiki/pmwiki.php/WesternAnimation/TheSimpsons' data-format='V2VzdGVybkFuaW1hdGlvbi9UaGVTaW1wc29ucw=='>The Simpsons</a></em> uses a few characters like this. <ul ><li> There's Apu Nahasapeemapetilon, the stereotypical Indian convenience store clerk ("Thank you, come again!"). </li><li> Groundskeeper Willie, the stereotypical <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ViolentGlaswegian' title='/pmwiki/pmwiki.php/Main/ViolentGlaswegian' data-format='W1tWaW9sZW50R2xhc3dlZ2lhbiBhbmdyeSBTY290c21hbl1d'>angry Scotsman</a>. Though in earlier seasons the trope was a bit subverted because he wasn't portrayed as thrifty or walking around in a kilt. </li><li> Luigi, the stereotypical Italian chef who gesticulates a lot and has a curly moustache </li><li> Uter, the stereotypical fat, jolly German kid who walks around in lederhosen. </li><li> Bumblebee Man, a stereotypical Mexican who always wears his TV costume and whose private life mirrors the zany antics of his TV show. </li><li> Springfield even has a bowling team called The Stereotypes. They have begged Apu to join. </li><li> Moe is a foreigner, but his country of origin seems to be ambiguous. (One episode suggested Italy, another the Middle East, yet another the Netherlands, and his surname point at Poland or Bohemia.) </li></ul></li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/SouthPark' title='/pmwiki/pmwiki.php/WesternAnimation/SouthPark' data-format='V2VzdGVybkFuaW1hdGlvbi9Tb3V0aFBhcms='>South Park</a></em>: They have poked fun at many ethnicities over the years, most regularly the British, the French, the Japanese, Germans, Africans, Arabians, Mexicans, etc. While South Park has poked fun at many ethnicities, over the years, the group that best fits this trope is their version of Canada. Rather than portray Canada at all realistically, they instead depict it as a <a class='twikilink' href='/pmwiki/pmwiki.php/Main/CloudCuckooLand' title='/pmwiki/pmwiki.php/Main/CloudCuckooLand' data-format='Q2xvdWRDdWNrb29MYW5k'>Cloud Cuckoo Land</a>, where the people's heads flap up and down like trash can lids when they talk, wheels are square, and the letters G, P, V, Y and Z are pronounced "guy", "buddy", "friend", "eh" and <a class='twikilink' href='/pmwiki/pmwiki.php/Main/ItMakesJustAsMuchSenseInContext' title='/pmwiki/pmwiki.php/Main/ItMakesJustAsMuchSenseInContext' data-format='W1tJdE1ha2VzSnVzdEFzTXVjaFNlbnNlSW5Db250ZXh0IGJ5IGxpdGVyYWxseSBmYXJ0aW5nXV0='>by literally farting</a>, respectively. </li><li> <em><a class='twikilink' href='/pmwiki/pmwiki.php/WesternAnimation/TotalDrama' title='/pmwiki/pmwiki.php/WesternAnimation/TotalDrama' data-format='V2VzdGVybkFuaW1hdGlvbi9Ub3RhbERyYW1h'>Total Drama</a></em>: <ul ><li> A short man with a thick beard by the name of Hamish <span class='esc-seq' title='non-wikiword'>McTavish</span> reports a possible sighting of Duncan at Loch Ness to the <em>Aftermath</em> in "<a class='twikilink' href='/pmwiki/pmwiki.php/Recap/TotalDramaAftermathIBridgetteOverTroubledWaters' title='/pmwiki/pmwiki.php/Recap/TotalDramaAftermathIBridgetteOverTroubledWaters' data-format='W1tSZWNhcC9Ub3RhbERyYW1hQWZ0ZXJtYXRoSUJyaWRnZXR0ZU92ZXJUcm91YmxlZFdhdGVycyBBZnRlcm1hdGggSTogQnJpZGdldHRlIE92ZXIgVHJvdWJsZWQgV2F0ZXJzXV0='>Aftermath I: Bridgette Over Troubled Waters</a>". Eva is sent over for an interview, but can't make heads nor tails of his heavy Scottish dialect and accent and leaves in frustration, accidentally pitching her microphone into his groin. Additionally, for the duration that Hamish talks, a jaunty tune pipes up. </li><li> Chris is from Newfoundland and visits the island in "<a class='twikilink' href='/pmwiki/pmwiki.php/Recap/TotalDramaNewfKidsOnTheRock' title='/pmwiki/pmwiki.php/Recap/TotalDramaNewfKidsOnTheRock' data-format='W1tSZWNhcC9Ub3RhbERyYW1hTmV3ZktpZHNPblRoZVJvY2sgTmV3ZiBLaWRzIG9uIHRoZSBSb2NrXV0='>Newf Kids on the Rock</a>" as the location of the day's challenge. He is assisted by his cousin Jerd <span class='esc-seq' title='non-wikiword'>McLean</span>, a short man with a thick beard, who enters the cabin making use only of the lower half of the Dutch door while a jaunty tune plays. Jerd takes charge of the middle part of a three-part challenge run by authentically uttering a Newfoundland saying with his heavy accent. It's up to the contestants to figure out what the saying is. </li><li> Svetlana is one of Mike's alternate personalities and manifests as a bright-eyed and optimistic Russian gymnast. She speaks English, but mangles the order of the words and showily sing-songs her own praises. </li></ul></li></ul></div> <hr data-format='&#8212;&#8212;' /> </p></div> <div class="lazy-video-script"> <a id="VideoExamples"></a> <div>&nbsp;</div> <div class="video-examples has-thumbnails"> <div class="video-examples-header"> <a href="#feedback" class="font-s float-right text-blue" data-modal-target="login" >Feedback</a> <h3 class="bold">Video Example(s):</h3> </div> <div class="video-examples-featured"> <div class="example_video_box"> <a href="#video-link" data-video-id="1n4m3s" data-video-descrip="Spitting Image's take on Star Trek." data-video-title="To Boldly Go and All That Gunk" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/1n4m3s_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/1n4m3s.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/1n4m3s.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/1n4m3s.jpg" data-video-trope="Main/WhereNoParodyHasGoneBefore" data-video-tropename="Where No Parody Has Gone Before" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="5.00" data-video-rating-count="8" data-video-media-sources="Main/FunnyForeigner,Recap/SpittingImageS3E5,Series/SpittingImage" class="video-launch-link video-overlay-link featured-widget-vid"> <div class="featured-widget-vid-iframe"> <div id="tvtropes_no_volume_player" data-video-image="https://static.tvtropes.org/trope_videos_transcoded/images/sd/1n4m3s.jpg" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/1n4m3s_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/1n4m3s.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/1n4m3s.m3u8" data-controls="0" data-muted="1"> <script> tropes_videos_commands.push(function(){ new_video_project.load_video("tvtropes_no_volume_player", false); }); </script> </div> </div> </a> </div> <h2 class="bold font-l">To Boldly Go and All That Gunk</h2> <p class="_pmvv-vidbox-descTxt"> Spitting Image's take on Star Trek. </p> <p class='example_row'>Example of:<br><a href="/pmwiki/pmwiki.php/Main/WhereNoParodyHasGoneBefore"class='trope-example-link'>Where No Parody Has Gone Before</a></p> </div> <div class="video-examples-thumbs"> <a href="#video-link" data-video-id="i32iij" data-video-descrip="The German guy from &amp;quot;Greens' Acres&amp;quot; reappears as a grown man in &amp;quot;Times Circle&amp;quot;, along with a son." data-video-title="German Kid - Present Day" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/i32iij_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/i32iij.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/i32iij.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/i32iij.jpg" data-video-trope="Main/FunnyForeigner" data-video-tropename="Funny Foreigner" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="" data-video-rating-count="" data-video-media-sources="WesternAnimation/BigCityGreens" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/i32iij.jpg"> <p><span class="bold">German Kid - Pr...</span></p> </a> <a href="#video-link" data-video-id="nklxhw" data-video-descrip="One of the arcade patrons Bill almost cons is a complete German simpleton with loads of cash." data-video-title="BCG - The German kid" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/nklxhw_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/nklxhw.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/nklxhw.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/nklxhw.jpg" data-video-trope="Main/FunnyForeigner" data-video-tropename="Funny Foreigner" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="" data-video-rating-count="" data-video-media-sources="WesternAnimation/BigCityGreens" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/nklxhw.jpg"> <p><span class="bold">BCG - The Germa...</span></p> </a> <a href="#video-link" data-video-id="pgu87g" data-video-descrip="Manuel tries his best to speak English." data-video-title="Manuel" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/pgu87g_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/pgu87g.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/pgu87g.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/pgu87g.jpg" data-video-trope="Main/FunnyForeigner" data-video-tropename="Funny Foreigner" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="" data-video-rating-count="" data-video-media-sources="Series/FawltyTowers,Recap/FawltyTowersS1E2TheBuilders" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/pgu87g.jpg"> <p><span class="bold">Manuel</span></p> </a> </div> </div> </div> <div class="section-links" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div class="titles"> <div><h3 class="text-center text-uppercase">Previous</h3></div> <div><h3 class="text-center text-uppercase">Index</h3></div> <div><h3 class="text-center text-uppercase">Next</h3></div> </div> <div class="links"> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FrenchJerk">French Jerk</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/RaceTropes">Race Tropes</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/GentileJewChaser">Gentile Jew-Chaser</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FromTheMouthsOfBabes">From the Mouths of Babes</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/ComedicReliefCharacters">Comedic Relief Characters</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FunnyRobot">Funny Robot</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/ForeignWrestlingHeel">Foreign Wrestling Heel</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/NationalStereotypes">National Stereotypes</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/GenericEthnicCrimeGang">Generic Ethnic Crime Gang</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FullyEmbracedFiend">Fully-Embraced Fiend</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/CharactersAsDevice">Characters as Device</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FutureLoser">Future Loser</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/WiseBeyondTheirYears">Wise Beyond Their Years</a> </li> <li> <a href="/pmwiki/pmwiki.php/Recap/IDOLiSH7MainStoryPart1Chapter1">Recap/IDO Li SH 7 Main Story Part 1 Chapter 1</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/EstablishingSeriesMoment">Establishing Series Moment</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FrozenFace">Frozen Face</a> </li> <li> <a href="/pmwiki/pmwiki.php/AlliterativeName/TropesFToL">AlliterativeName/Tropes F to L</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FunWithFlushing">Fun with Flushing</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FunnyBackgroundEvent">Funny Background Event</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/ComedyTropes">Comedy Tropes</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FunnyPhoneMisunderstanding">Funny Phone Misunderstanding</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FunctionalAddict">Functional Addict</a> </li> <li> <a href="/pmwiki/pmwiki.php/NoRealLife/TropesDToG">NoRealLife/Tropes D to G</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FurBikini">Fur Bikini</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FunnyAnimal">Funny Animal</a> </li> <li> <a href="/pmwiki/pmwiki.php/TimeImmemorial/TropesAToG">TimeImmemorial/Tropes A to G</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FunWithAcronyms">Fun with Acronyms</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FunetikAksent">Funetik Aksent</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/OlderThanFeudalism">Older Than Feudalism</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/FunWithAcronyms">Fun with Acronyms</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/TheEveryman">The Everyman</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/AllegoricalCharacter">Allegorical Character</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/Herald">Herald</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FunnyAnimal">Funny Animal</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/DiscreditedTrope">Discredited Trope</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/GarbageWrestler">Garbage Wrestler</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Film/Borat">Borat</a> </li> <li> <a href="/pmwiki/pmwiki.php/ImageSource/LiveActionFilmsAToL">ImageSource/Live-Action Films (A to L)</a> </li> <li> <a href="/pmwiki/pmwiki.php/Literature/BornOnTheFourthOfJuly">Born on the Fourth of July</a> </li> </ul> <ul> <li> <a href="/pmwiki/pmwiki.php/Main/FemBot">Fem Bot</a> </li> <li> <a href="/pmwiki/pmwiki.php/QuoteSource/LiveActionFilmsAToL">QuoteSource/Live-Action Films (A to L)</a> </li> <li> <a href="/pmwiki/pmwiki.php/Main/HippieIndex">Hippie Index</a> </li> </ul> </div> </div> <script> if( document.getElementById('user-prefs').classList.contains('folders-open') ){ console.log('open all folders'); var elements = document.querySelectorAll('.folderlabel, .toggle-all-folders-button'); elements.forEach((element) => { element.classList.add('is-open'); }); } </script> <script> function insert_ad(adCount, paragraph, adName, folder = 0){ var ad_count = adCount < 10 ? "0"+adCount : adCount; var inside_folder = folder ? "1" : "0"; // Create element for ad unit var adUnit = document.createElement('div'); adUnit.setAttribute("class", `htlad-${adName}`); adUnit.setAttribute("id", `${adName}_${adCount}`); adUnit.setAttribute("data-targeting", `{"slot_number": "${ad_count}", "in_folder": "${inside_folder}"}`); // Add Advertisement label var adLabel = document.createElement("span"); adLabel.innerHTML = "Advertisement:" adLabel.setAttribute("class","ad-caption"); var adWrapper = document.createElement("div"); adWrapper.setAttribute("class","tvtropes-ad-unit mobile-fad square_fad mobile_unit_scroll"); adWrapper.setAttribute("id","mobile_"+adCount); // Merge all pieces adWrapper.appendChild(adLabel); adWrapper.appendChild(adUnit); // Insert into DOM paragraph.parentNode.insertBefore(adWrapper, paragraph.nextSibling); // for getting correct ad count even when ones are deleted globalAdInsertionCount++; } function insert_ads_in_content(folder = 0, totalAdsCount = 0, pHeight = 0) { if(folder) var node = folder.firstElementChild; // Get the first traversable element of the folder else var node = document.getElementById("main-article").firstElementChild; var pCount = 0; var adCount = totalAdsCount + 1; var nodeCount = 0; var nodeLevel = 0; var x = 0; //loop through elements of content while(x<300) { x++; nodeCount++; //traverse to the next element (if exists) if(nodeCount>1) { if(!node.nextElementSibling) { console.log('adparser: no next element'); if(nodeLevel>0) { nodeLevel--; node = node.parentElement; console.log('adparser: we were down a level, go back up ('+nodeLevel+')'); continue; } else { break; } } node = node.nextElementSibling; } //skip inserted ads or empty nodes if(!node || node==="null" || typeof node !== "object") continue; if(!node.offsetHeight || node.offsetHeight==0) continue; if(node.className && node.className.includes('tvtropes-ad-unit')) continue; //skip if image block that has a caption after it (NEW: ALWAYS SKIP THE IMAGE BLOCK) if(node.className && node.className.includes('quoteright')) { // if(node.nextElementSibling && node.nextElementSibling.className && node.nextElementSibling.className.includes('acaptionright')) { pHeight += node.offsetHeight; continue; // } } //if very large element, loop through elements inside if(node.offsetHeight>700 && node.firstElementChild) { nodeLevel++; console.log('adparser: traverse through large element='+node.nodeName+', height='+node.offsetHeight+' level='+nodeLevel); node = node.firstElementChild; nodeCount = 0; continue; } // Skip if after a folder label or if the current node is a folder label itself if ((node.previousElementSibling && node.previousElementSibling.className && node.previousElementSibling.className.includes("folderlabel")) || (node.className && node.className.includes("folderlabel"))) { console.log('adparser: skipping ad insertion related to folder label'); if (!node.className || !node.className.includes("folderlabel")) { // If it's not the folder label itself, skip the insertion continue; } else { pHeight += node.offsetHeight; // If it is the folder label, just add its height to pHeight and continue continue; } } //paragraph counter if(node.nodeName=="P") pCount++; //add height of node to counter pHeight += node.offsetHeight; //add margin of node to counter if available try { var nodeStyle = getComputedStyle(node); if(nodeStyle.marginTop && parseInt(nodeStyle.marginTop)>0) pHeight+=parseInt(nodeStyle.marginTop); if(nodeStyle.marginBottom && parseInt(nodeStyle.marginBottom)>0) pHeight+=parseInt(nodeStyle.marginBottom); //console.log(nodeStyle.marginTop+','+nodeStyle.marginBottom); } catch(e) { } //debug logging console.log('adparser: name='+node.nodeName+', height='+node.offsetHeight+' =>'+pHeight); //console.log(node.className); // check if user is logged in var logged_in = 0; // Calculate the required height based on the user's logged-in status or ad count var requiredHeight = globalAdInsertionCount > 15 ? 1500 : 750; if(logged_in) requiredHeight = 2250; // only inserts an ad if the total height and paragraph count conditions are met if ((adCount === 1 && pCount >= 1 && pHeight >= 400) || pHeight >= requiredHeight) { // Check existing ad positions and compare with the item about to be inserted after var ads = document.querySelectorAll('.tvtropes-ad-unit'); var nodeBottomPosition = node.getBoundingClientRect().bottom + window.scrollY; // Get bottom position of current node var canInsertAd = true; // Flag to track if we can insert an ad ads.forEach(function (ad) { var adTop = ad.getBoundingClientRect().top + window.scrollY; var adBottom = ad.getBoundingClientRect().bottom + window.scrollY; // Ensure the new ad is at least requiredHeight away from any existing ads if (Math.abs(nodeBottomPosition - adTop) < requiredHeight || Math.abs(nodeBottomPosition - adBottom) < requiredHeight) { canInsertAd = false; console.log('adparser: cannot insert ad, not enough space between ads.'); } }); // If we can't insert an ad, skip to the next node if(!canInsertAd) continue; // after 50 ads, stop inserting. Or after 20 ads if the user is logged in if ((adCount > 50 || (adCount > 20 && logged_in))) { break; } console.log('adparser: insert ad '+adCount); insert_ad(adCount, node, "tvtropes_m_incontent_dynamic", folder); adCount++; pHeight = 0; pCount = 0; } } //insert one at end if room var maxpHeight = 500; if(logged_in) maxpHeight=1500; if(pHeight>=maxpHeight && folder==0) { console.log('adparser: insert ad'); insert_ad(adCount, document.getElementById("main-article").lastElementChild, "tvtropes_m_incontent_dynamic"); } // delete ads after the 8th one to reduce load times BCLighthouseTag.cmd.push(function() { googletag.cmd.push(function() { googletag.pubads().addEventListener('slotRequested', function(event) { const slot = event.slot; const slotName = slot.getAdUnitPath().split('/').pop() || slot.getAdUnitPath(); if(slotName === 'tvtropes_m_incontent_dynamic') { const slotNumber = parseInt(slot.getTargeting('slot_number')[0]); console.log(slotName+' = '+slotNumber); // Determine the ad slot that needs to be deleted. const adNumberToDelete = slotNumber - 8; if(adNumberToDelete > 0) { const adToDelete = document.getElementById(`mobile_${adNumberToDelete}`); if(adToDelete) { var adHeight = window.pageYOffset + adToDelete.getBoundingClientRect().top; var windowHeight = window.scrollY; // Check if the ad element exists and is above the current viewport (above the fold). if (adHeight < windowHeight) { console.log('ad delete = '+adNumberToDelete); adToDelete.remove(); } } } } }); }); }); // return pHeight return pHeight; } if(1 && (document.body.clientWidth && document.body.clientWidth<=768) ) { insert_ads_in_content(); } </script> </article> <div id="main-content-sidebar"><div class="sidebar-item display-options"> <ul class="sidebar display-toggles"> <li>Show Spoilers <div id="sidebar-toggle-showspoilers" class="display-toggle show-spoilers"></div></li> <li>Night Vision <div id="sidebar-toggle-nightvision" class="display-toggle night-vision"></div></li> <li>Sticky Header <div id="sidebar-toggle-stickyheader" class="display-toggle sticky-header"></div></li> <li>Wide Load <div id="sidebar-toggle-wideload" class="display-toggle wide-load"></div></li> </ul> <script>updateDesktopPrefs();</script> </div> <div class="sidebar-item quick-links" itemtype="http://schema.org/SiteNavigationElement"> <p class="sidebar-item-title" data-title="Important Links">Important Links</p> <div class="padded"> <a href="/pmwiki/query.php?type=att">Ask The Tropers</a> <a href="/pmwiki/query.php?type=tf">Trope Finder</a> <a href="/pmwiki/query.php?type=ykts">Media Finder</a> <a href="/pmwiki/tlp_activity.php">Trope Launch Pad</a> <a href="/pmwiki/query.php?type=wl">Tech Wishlist</a></li> <a href="/pmwiki/review_activity.php">Reviews</a> <a href="/pmwiki/ad-free-subscribe.php">Go Ad Free!</a> <div class="crucial_browsing_dropdown"> <a href="javascript:void(0);" onclick="double_dropdown(); return false;" id="crucial_browsing_dropdown"><span class="new_blue">Crucial Browsing</span><i class="fa fa-angle-down"></i></a> <ul id="main_dropdown"> <li class="first_dropdown"><a href="/pmwiki/index_report.php">Indexes</a> <li class="first_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Genre</a> <ul> <li><a href='/pmwiki/pmwiki.php/Main/ActionAdventureTropes' title='Main/ActionAdventureTropes'>Action Adventure</a></li> <li><a href='/pmwiki/pmwiki.php/Main/ComedyTropes' title='Main/ComedyTropes'>Comedy</a></li> <li><a href='/pmwiki/pmwiki.php/Main/CommercialsTropes' title='Main/CommercialsTropes'>Commercials</a></li> <li><a href='/pmwiki/pmwiki.php/Main/CrimeAndPunishmentTropes' title='Main/CrimeAndPunishmentTropes'>Crime &amp; Punishment</a></li> <li><a href='/pmwiki/pmwiki.php/Main/DramaTropes' title='Main/DramaTropes'>Drama</a></li> <li><a href='/pmwiki/pmwiki.php/Main/HorrorTropes' title='Main/HorrorTropes'>Horror</a></li> <li><a href='/pmwiki/pmwiki.php/Main/LoveTropes' title='Main/LoveTropes'>Love</a></li> <li><a href='/pmwiki/pmwiki.php/Main/NewsTropes' title='Main/NewsTropes'>News</a></li> <li><a href='/pmwiki/pmwiki.php/Main/ProfessionalWrestling' title='Main/ProfessionalWrestling'>Professional Wrestling</a></li> <li><a href='/pmwiki/pmwiki.php/Main/SpeculativeFictionTropes' title='Main/SpeculativeFictionTropes'>Speculative Fiction</a></li> <li><a href='/pmwiki/pmwiki.php/Main/SportsStoryTropes' title='Main/SportsStoryTropes'>Sports Story</a></li> <li><a href='/pmwiki/pmwiki.php/Main/WarTropes' title='Main/WarTropes'>War</a></li> </ul> </li> <li class="first_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Media</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/Media" title="Main/Media">All Media</a></li> <li><a href="/pmwiki/pmwiki.php/Main/AnimationTropes" title="Main/AnimationTropes">Animation (Western)</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Anime" title="Main/Anime">Anime</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ComicBookTropes" title="Main/ComicBookTropes">Comic Book</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FanFic" title="FanFic/FanFics">Fan Fics</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Film" title="Main/Film">Film</a></li> <li><a href="/pmwiki/pmwiki.php/Main/GameTropes" title="Main/GameTropes">Game</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Literature" title="Main/Literature">Literature</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MusicAndSoundEffects" title="Main/MusicAndSoundEffects">Music And Sound Effects</a></li> <li><a href="/pmwiki/pmwiki.php/Main/NewMediaTropes" title="Main/NewMediaTropes">New Media</a></li> <li><a href="/pmwiki/pmwiki.php/Main/PrintMediaTropes" title="Main/PrintMediaTropes">Print Media</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Radio" title="Main/Radio">Radio</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SequentialArt" title="Main/SequentialArt">Sequential Art</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TabletopGames" title="Main/TabletopGames">Tabletop Games</a></li> <li><a href="/pmwiki/pmwiki.php/MediaNotes/Television" title="MediaNotes/Television">Television</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Theater" title="Main/Theater">Theater</a></li> <li><a href="/pmwiki/pmwiki.php/Main/VideogameTropes" title="Main/VideogameTropes">Videogame</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Webcomics" title="Main/Webcomics">Webcomics</a></li> </ul> </li> <li class="first_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Narrative</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/UniversalTropes" title="Main/UniversalTropes">Universal</a></li> <li><a href="/pmwiki/pmwiki.php/Main/AppliedPhlebotinum" title="Main/AppliedPhlebotinum">Applied Phlebotinum</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CharacterizationTropes" title="Main/CharacterizationTropes">Characterization</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Characters" title="Main/Characters">Characters</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CharactersAsDevice" title="Main/CharactersAsDevice">Characters As Device</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Dialogue" title="Main/Dialogue">Dialogue</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Motifs" title="Main/Motifs">Motifs</a></li> <li><a href="/pmwiki/pmwiki.php/Main/NarrativeDevices" title="Main/NarrativeDevices">Narrative Devices</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Paratext" title="Main/Paratext">Paratext</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Plots" title="Main/Plots">Plots</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Settings" title="Main/Settings">Settings</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Spectacle" title="Main/Spectacle">Spectacle</a></li> </ul> </li> <li class="first_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Other Categories</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/BritishTellyTropes" title="Main/BritishTellyTropes">British Telly</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TheContributors" title="Main/TheContributors">The Contributors</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CreatorSpeak" title="Main/CreatorSpeak">Creator Speak</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Creators" title="Main/Creators">Creators</a></li> <li><a href="/pmwiki/pmwiki.php/Main/DerivativeWorks" title="Main/DerivativeWorks">Derivative Works</a></li> <li><a href="/pmwiki/pmwiki.php/Main/LanguageTropes" title="Main/LanguageTropes">Language</a></li> <li><a href="/pmwiki/pmwiki.php/Main/LawsAndFormulas" title="Main/LawsAndFormulas">Laws And Formulas</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ShowBusiness" title="Main/ShowBusiness">Show Business</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SplitPersonalityTropes" title="Main/SplitPersonalityTropes">Split Personality</a></li> <li><a href="/pmwiki/pmwiki.php/Main/StockRoom" title="Main/StockRoom">Stock Room</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TropeTropes" title="Main/TropeTropes">Trope</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Tropes" title="Main/Tropes">Tropes</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TruthAndLies" title="Main/TruthAndLies">Truth And Lies</a></li> <li><a href="/pmwiki/pmwiki.php/Main/TruthInTelevision" title="Main/TruthInTelevision">Truth In Television</a></li> </ul> </li> <li class="first_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Topical Tropes</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/BetrayalTropes" title="Main/BetrayalTropes">Betrayal</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CensorshipTropes" title="Main/CensorshipTropes">Censorship</a></li> <li><a href="/pmwiki/pmwiki.php/Main/CombatTropes" title="Main/CombatTropes">Combat</a></li> <li><a href="/pmwiki/pmwiki.php/Main/DeathTropes" title="Main/DeathTropes">Death</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FamilyTropes" title="Main/FamilyTropes">Family</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FateAndProphecyTropes" title="Main/FateAndProphecyTropes">Fate And Prophecy</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FoodTropes" title="Main/FoodTropes">Food</a></li> <li><a href="/pmwiki/pmwiki.php/Main/HolidayTropes" title="Main/HolidayTropes">Holiday</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MemoryTropes" title="Main/MemoryTropes">Memory</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MoneyTropes" title="Main/MoneyTropes">Money</a></li> <li><a href="/pmwiki/pmwiki.php/Main/MoralityTropes" title="Main/MoralityTropes">Morality</a></li> <li><a href="/pmwiki/pmwiki.php/Main/PoliticsTropes" title="Main/PoliticsTropes">Politics</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ReligionTropes" title="Main/ReligionTropes">Religion</a></li> <li><a href="/pmwiki/pmwiki.php/Main/SchoolTropes" title="Main/SchoolTropes">School</a></li> </ul> </li> </ul> </div> <div class="resources_dropdown"> <a href="javascript:void(0);" onclick="second_double_dropdown(); return false;" id="resources_dropdown"><span class="new_blue blue">Resources</span><i class="fa fa-angle-down"></i></a> <ul id="second_main_dropdown" class="padded font-s" itemscope itemtype="http://schema.org/SiteNavigationElement"> <li class="second_dropdown"><a href="#test" data-click-toggle="active">Tools</a> <ul> <li><a href="/pmwiki/pmwiki.php/Administrivia/IttyBittyWikiTools">Wiki Tools</a></li> <li><a href="/pmwiki/cutlist.php" data-modal-target="login" rel="nofollow">Cut List</a></li> <li><a href="/pmwiki/image-fixer.php" data-modal-target="login" rel="nofollow">Image Fixer</a></li> <li><a href="/pmwiki/changes.php">New Edits</a></li> <li><a href="/pmwiki/articles_new.php">New Articles</a></li> <li><a href="/pmwiki/recent_edit_reasons.php">Edit Reasons</a></li> <li><a href="/pmwiki/isolated_pages.php">Isolated Pages</a></li> <li><a href="/pmwiki/launches.php" data-modal-target="login" rel="nofollow">Launches</a></li> <li><a href="/pmwiki/img_list.php" data-modal-target="login" rel="nofollow">Images List</a></li> <li><a href="/pmwiki/recent_videos.php">Recent Videos</a></li> <li><a href="/pmwiki/crown_activity.php">Crowner Activity</a></li> <li><a href="/pmwiki/no_types.php">Un-typed Pages</a></li> <li><a href="/pmwiki/page_type_audit.php">Recent Page Type Changes</a></li> </ul> </li> <li class="second_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Templates</a> <ul> <li><a href="/pmwiki/pmwiki.php/Main/TropeEntryTemplate">Trope Entry</a></li> <li><a href="/pmwiki/pmwiki.php/Main/ProgramEntryTemplate">Works</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/CharacterSheetTemplate">Character Sheet</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/PlayingWithWikiTemplate">Playing With</a></li> <li><a href="/pmwiki/pmwiki.php/FanficRecs/TemplatePageForNewFandomRecommendations">Fandom</a></li> </ul> </li> <li class="second_dropdown"><a href="javascript:void(0);" data-click-toggle="active">Tips</a> <ul> <li><a href="/pmwiki/pmwiki.php/Administrivia/CreatingNewRedirects">Creating New Redirects</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/Crosswicking">Cross Wicking</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TipsForEditing">Tips for Editing</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TextFormattingRules">Text Formatting Rules</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TVTropesGlossary">Glossary</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/EditReasonsAndWhyYouShouldUseThem">Edit Reasons</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/HandlingSpoilers">Handling Spoilers</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/WordCruft">Word Cruft</a></li> <li><a href="/pmwiki/pmwiki.php/Main/Administrivia">Administrivia</a></li> <li><a href="/pmwiki/pmwiki.php/Main/FAQ">FAQ</a></li> </ul> </li> <li class="second_dropdown"><a href="/pmwiki/changelog.php">Changelog</a></li> <li class="second_dropdown"><a href="/pmwiki/query.php?type=bug">Report Bug</a></li> <li class="second_dropdown"><a href="/pmwiki/conversations.php?topic=renames">Trope Repair Shop</a></li> <li class="second_dropdown"><a href="/pmwiki/conversations.php?topic=images">Image Pickin'</a></li> </ul> </div> </div> <div id="asteri-sidebar" style="display:none"> <p style="margin-top: 20px;" class="sidebar-item-title" data-title="Advertisement">Advertisement:</p> <div id="asteri_cont"></div> </div> <script> //asteri enabled if((tvtropes_config.asteri_stream_enabled || tvtropes_config.get_asteri_stream == 'live')) { //aster stream currently live and not a logged-in troper if(!tvtropes_config.is_logged_in && cookies.read('asteri_event_active') != '') { document.getElementById('asteri-sidebar').style.display=""; } } </script> </div> <script> if(!is_mobile()) { //don't insert if content is too small on page var tropes_insert_side_ad=true; if(document.getElementById("main-article") && document.getElementById("main-article").clientHeight) { var sidebar_height=document.getElementById("main-article").clientHeight; if(sidebar_height>0 && sidebar_height<500) { tropes_insert_side_ad=false; console.log('ad parser: content too small for sidebar ad'); } } if(tropes_insert_side_ad) { document.write(` <div id="stick-cont" class="sidebar-item sb-fad-unit"> <p class="sidebar-item-title" data-title="Advertisement">Advertisement:</p> <div id="stick-bar" class="sidebar-section"> <div class="square_fad fad-size-300x600 fad-section text-center"> <div class='tvtropes-ad-unit '> <div id='tvtropes_dt_inview' class='htlad-tvtropes_dt_inview'></div> </div> </div> </div> </div> `); } } </script> </div> </div> <div id="action-bar-bottom" class="action-bar tablet-off"> <a href="#top-of-page" class="scroll-to-top dead-button" onclick="scroll_to_top(500);">Top</a> </div> </div> <footer id="main-footer"> <div id="main-footer-inner"> <div class="footer-left"> <a href="/" class="img-link"><img data-src="/img/tvtropes-footer-logo.png" alt="TV Tropes" class="logo_image lazy-image" title="TV Tropes" /></a> <ul class="social-buttons"> <li><a class="btn fb" target="_blank" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-facebook']);" href="https://www.facebook.com/tvtropes"><i class="fa fa-facebook"></i></a></li> <li><a class="btn tw" target="_blank" onclick="_gaq.push(['_trackEvent', 'btn-social-icon', 'click', 'btn-twitter']);" href="https://www.twitter.com/tvtropes"><i class="fa fa-twitter"></i></a> </li> </ul> </div> <hr/> <ul class="footer-menu" itemscope itemtype="http://schema.org/SiteNavigationElement"> <li><h4 class="footer-menu-header">TVTropes</h4></li> <li><a href="/pmwiki/pmwiki.php/Main/Administrivia">About TVTropes</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TheGoalsOfTVTropes">TVTropes Goals</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TheTropingCode">Troping Code</a></li> <li><a href="/pmwiki/pmwiki.php/Administrivia/TVTropesCustoms">TVTropes Customs</a></li> <li><a href="/pmwiki/pmwiki.php/JustForFun/TropesOfLegend">Tropes of Legend</a></li> <li><a href="/pmwiki/ad-free-subscribe.php">Go Ad-Free</a></li> </ul> <hr/> <ul class="footer-menu" itemscope itemtype="http://schema.org/SiteNavigationElement"> <li><h4 class="footer-menu-header">Community</h4></li> <li><a href="/pmwiki/query.php?type=att">Ask The Tropers</a></li> <li><a href="/pmwiki/tlp_activity.php">Trope Launch Pad</a></li> <li><a href="/pmwiki/query.php?type=tf">Trope Finder</a></li> <li><a href="/pmwiki/query.php?type=ykts">Media Finder</a></li> <li><a href="/pmwiki/query.php?type=wl">Tech Wishlist</a></li> <li><a href="/pmwiki/review_activity.php">Reviews</a></li> <li><a href="/pmwiki/topics.php">Forum</a></li> </ul> <hr/> <ul class="footer-menu" itemscope itemtype="http://schema.org/SiteNavigationElement"> <li><h4 class="footer-menu-header">Tropes HQ</h4></li> <li><a href="/pmwiki/about.php">About Us</a></li> <li><a href="/pmwiki/contact.php">Contact Us</a></li> <li><a href="/pmwiki/query.php?type=bug">Report Bug</a></li> <li><a href="/pmwiki/changelog.php">Changelog</a></li> <li><a href="/pmwiki/dmca.php">DMCA Notice</a></li> <li><a href="/pmwiki/privacypolicy.php">Privacy Policy</a></li> </ul> </div> <div id="desktop-on-mobile-toggle" class="text-center gutter-top gutter-bottom tablet-on"> <a href="/pmwiki/switchDeviceCss.php?mobileVersion=1" rel="nofollow">Switch to <span class="txt-desktop">Desktop</span><span class="txt-mobile">Mobile</span> Version</a> </div> <div class="legal"> <p>TVTropes is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. <br>Permissions beyond the scope of this license may be available from <a xmlns:cc="http://creativecommons.org/ns#" href="mailto:thestaff@tvtropes.org" rel="cc:morePermissions"> thestaff@tvtropes.org</a>.</p> <br> <div class="privacy_wrapper"> </div> </div> </footer> <style> div.fc-ccpa-root { position: absolute !important; bottom: 93px !important; margin: auto !important; width: 100% !important; z-index: 9999 !important; overflow: hidden !important; } .fc-ccpa-root .fc-dns-dialog .fc-dns-link p{ outline: none !important; text-decoration: underline !important; font-size: .7em !important; font-family: sans-serif !important; } .fc-ccpa-root .fc-dns-dialog .fc-dns-link .fc-button-background { background: none !important; } </style> <div id="_pm_videoViewer" class="full-screen"> <a href="#close" class="close" id="_pm_videoViewer-close"></a> <div class="_pmvv-body"> <div class="_pmvv-vidbox"> <div id="overlay_outer_player_max"> <div id="overlay_outer_player_wrapper"> <div id="tvtropes_overlay_player" data-video-id="tvtropes-videos-1n4m3s" data-video-image="https://static.tvtropes.org/trope_videos_transcoded/images/sd/1n4m3s.jpg" data-video-title="To Boldly Go and All That Gunk" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/1n4m3s_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/1n4m3s.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/1n4m3s.m3u8" data-small-player="never" data-track-events="1" data-do-not-loop="1" data-starting-quality="1" data-autoplay="true"> </div> </div> </div> <div class="_pmvv-vidbox-desc"> <h1 id="overlay-title">To Boldly Go and All That Gunk</h1> <p id="overlay-descrip" class="_pmvv-vidbox-descTxt"> Spitting Image's take on Star Trek. </p> <div class="rating-row" data-video-id="1n4m3s" > <input type="hidden" name="is_logged_in" value="0" > <p>How well does it match the trope?</p> <div id="star-rating-group"> <div class="trope-rate"> <input type="radio" id="lamp5" name="rate" value="5" /> <label for="lamp5" title="Absolutely">&starf;</label> <input type="radio" id="lamp4" name="rate" value="4" /> <label for="lamp4" title="Yes">&starf;</label> <input type="radio" id="lamp3" name="rate" value="3" /> <label for="lamp3" title="Kind of">&starf;</label> <input type="radio" id="lamp2" name="rate" value="2" /> <label for="lamp2" title="Not really">&starf;</label> <input type="radio" id="lamp1" name="rate" value="1" /> <label for="lamp1" title="No">&starf;</label> </div> <div id="star-rating-total"> 5 (8 votes) </div> </div> </div> <div class="example-media-row"> <div class="example-overlay"> <p>Example of:</p> <div id="overlay-trope">Main / WhereNoParodyHasGoneBefore</div> </div> <div class="media_second_wrapper"> <div class="media-sources-overlay example-overlay"> <p>Media sources:</p> <div id="overlay-media"></div> </div> <div class="example-overlay"> <div id="secondary_tropes_row"></div> <div id="overlay-second"></div> </div> </div> </div> <p class="_pmvv-vidbox-stats text-right font-s" style="padding-top:8px; border-top: solid 1px rgba(255,255,255,0.2)"> <!-- <i class="fa fa-eye"></i> 11,241--> <a href="#video-feedback" class="float-right" data-modal-target="login" >Report</a> </p> </div> </div> </div> <div class="_pmvv-foot"> <div class="_pmvv-foot-scrollwrapper"> <a href="#video-link" data-video-id="1n4m3s" data-vimeo-id="" data-video-descrip="Spitting Image's take on Star Trek." data-video-title="To Boldly Go and All That Gunk" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/1n4m3s_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/1n4m3s.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/1n4m3s.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/1n4m3s.jpg" data-video-trope="Main/WhereNoParodyHasGoneBefore" data-video-tropename="Where No Parody Has Gone Before" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="5.00" data-video-rating-count="8" data-video-media-sources="Main/FunnyForeigner,Recap/SpittingImageS3E5,Series/SpittingImage" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/1n4m3s.jpg"> <p><span class="bold">To Boldly Go an...</span></p> </a> <a href="#video-link" data-video-id="i32iij" data-vimeo-id="453085788" data-video-descrip="The German guy from &amp;quot;Greens' Acres&amp;quot; reappears as a grown man in &amp;quot;Times Circle&amp;quot;, along with a son." data-video-title="German Kid - Present Day" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/i32iij_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/i32iij.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/i32iij.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/i32iij.jpg" data-video-trope="Main/FunnyForeigner" data-video-tropename="Funny Foreigner" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="5.00" data-video-rating-count="7" data-video-media-sources="WesternAnimation/BigCityGreens" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/i32iij.jpg"> <p><span class="bold">German Kid - Pr...</span></p> </a> <a href="#video-link" data-video-id="nklxhw" data-vimeo-id="448797772" data-video-descrip="One of the arcade patrons Bill almost cons is a complete German simpleton with loads of cash." data-video-title="BCG - The German kid" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/nklxhw_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/nklxhw.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/nklxhw.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/nklxhw.jpg" data-video-trope="Main/FunnyForeigner" data-video-tropename="Funny Foreigner" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="4.50" data-video-rating-count="6" data-video-media-sources="WesternAnimation/BigCityGreens" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/nklxhw.jpg"> <p><span class="bold">BCG - The Germa...</span></p> </a> <a href="#video-link" data-video-id="pgu87g" data-vimeo-id="337543547" data-video-descrip="Manuel tries his best to speak English." data-video-title="Manuel" data-video-url="https://d1w6li7s85ibls.cloudfront.net/qvbr/pgu87g_640x360p_qvbr.mp4" data-mpd-url="https://d1w6li7s85ibls.cloudfront.net/dash/pgu87g.mpd" data-hls-url="https://d1w6li7s85ibls.cloudfront.net/hls/pgu87g.m3u8" data-video-thumbnail="https://static.tvtropes.org/trope_videos_transcoded/images/sd/pgu87g.jpg" data-video-trope="Main/FunnyForeigner" data-video-tropename="Funny Foreigner" data-video-approval="APPROVED" data-video-troper-rating="" data-video-average-rating="5.00" data-video-rating-count="9" data-video-media-sources="Series/FawltyTowers,Recap/FawltyTowersS1E2TheBuilders" class="video-launch-link video-overlay-link video-background-image lazy-image" data-src="https://static.tvtropes.org/trope_videos_transcoded/images/sd/pgu87g.jpg"> <p><span class="bold">Manuel</span></p> </a> </div> </div> </div> <script type="text/javascript"> var cleanCreativeEnabled = ""; var donation = ""; var live_ads = "1"; var img_domain = "https://static.tvtropes.org"; var snoozed = cookies.read('snoozedabm'); var elem = document.createElement('script'); elem.async = true; // if page type is article or homepage load bundle_nojquery. otherwise load regular bundle.js if(tvtropes_config.universal_page_type == "Article" || tvtropes_config.universal_page_type == "HomePage") { elem.src = 'https://assets.tvtropes.org/design/assets/bundle_nojquery.js?rev=0be7dc0061d227d69754a0ef6494d97a715e244d'; } else { elem.src = 'https://assets.tvtropes.org/design/assets/bundle.js?rev=0be7dc0061d227d69754a0ef6494d97a715e244d'; } elem.onload = function() { } document.getElementsByTagName('head')[0].appendChild(elem); </script> <script type="text/javascript"> function send_analytics_event(user_type, donation){ // if(user_type == 'uncached' || user_type == 'cached'){ // ga('send', 'event', 'caching', 'load', user_type, {'nonInteraction': 1}); // return; // } var event_name = user_type; if(donation == 'true'){ event_name += "_donation" }else if(typeof(valid_user) == 'undefined'){ event_name += "_blocked" }else if(valid_user == true){ event_name += "_unblocked"; }else{ event_name = "_unknown" } ga('send', 'event', 'ads', 'load', event_name, {'nonInteraction': 1}); } send_analytics_event("guest", "false"); </script> <!-- Quantcast Tag --> <script type="text/javascript"> window._qevents = window._qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); window._qevents.push({ qacct:"p-mEzuYq24VEJ-3" }); </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-mEzuYq24VEJ-3.gif" border="0" height="1" width="1" alt="Quantcast"/> </div> </noscript> <!-- End Quantcast tag --> <!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "38282685" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = "https://sb.scorecardresearch.com/cs/38282685/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=38282685&amp;cv=3.6.0&amp;cj=1"> </noscript> <!-- End comScore Tag --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10