This page allows you to examine the variables generated by the Edit Filter for an individual change.

Variables generated for this change

VariableValue
Name of the user account (user_name)
'110.139.202.68'
Page ID (page_id)
6045776
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'Script coverage'
Full page title (page_prefixedtitle)
'Script coverage'
Action (action)
'edit'
Edit summary/reason (summary)
''
Whether or not the edit is marked as minor (no longer in use) (minor_edit)
false
Old page wikitext, before the edit (old_wikitext)
'{{unreferenced|date=April 2011}} '''Script coverage''' is a [[filmmaking]] term for the analysis and grading of [[screenplay]]s, often within the "script development" department of a [[production company]]. While coverage may remain entirely verbal, it usually takes the form of a written report, guided by a [[Rubric (academic)|rubric]] that varies from company to company. Criteria includes, but is not limited to: * IDENTIFICATION: Title, Author, Type of Material, Locale, [[Genre]]. * LOGLINE: A one sentence summary. * COMMENT SUMMARY: A paragraph summary of the analysis. * GRADE: ''Excellent, Good, Fair, Poor'' for categories that include characterization, premise, storyline, production values, dialogue and more. * SYNOPSIS: Summary of plot: 1-3 pages depending on script quality. * BUDGET: The script reader's estimated budget. * ANALYSIS. ==The Script Timeline== Script coverage consists of a number of elements. The first is a 1 to 2 page synopsis of the script’s story highlighting the main characters and events of the tale. The second is a review of the piece (running from 2 to 10 pages) that assesses the effectiveness of the screenplay’s various components—including its concept, story structure, story development, characters, dialogue, and writing style—and points out its strong points and problem areas. Following the review is a 1 to 2 paragraph final evaluation that assesses the script’s overall creative success or failure, its suitability for production (by taking into consideration factors such as whether or not the lead roles can be filled with bankable actors and whether or not the scope and scale of the piece will allow it to be produced on a reasonable budget), and its commercial viability (by taking into account factors such as likely box office and home video potential as well as marketing and merchandising possibilities). The evaluation ends with a recommendation from the analyst as to what he/she feels the production entity should do with the script. This recommendation usually employs 1 of 3 terms: • '''Pass:''' The reader feels the script fails to make the grade in most areas and that the production entity should not proceed with it. • '''Consider:''' The reader feels the script has a considerable number of strong points and is good enough to proceed with, while acknowledging that it has a number of significant problems that need to be successfully solved before the piece can be considered suitable for production. • '''Recommend:''' The reader feels the script is extremely strong in all respects and that the production entity should proceed with it without reservation. When completed, the synopsis, review, and evaluation are assembled and fronted with a cover page that lists the script’s vital information (author’s name, story genre, time and locations it which it takes place, length of the script, etc.) and contains a brief summary of the story and the review. The cover page usually includes a checklist in which the script’s various aspects are rated on a scale ranging from poor to excellent. Finally, the cover page highlights the analyst’s ultimate recommendation. (On occasion, script analysts will also write a set of notes—several pages of suggestions as to how to improve the script and fix its specific problems—although this is a separate task from preparing coverage and is usually done by an independent script consultant or by members of the production entity’s development staff rather than by a reader). Although script coverage is a tool used primarily by motion picture production entities, it is sometimes used by screenwriting competitions as a way of separating wheat from chaff. The coverage done for script competitions is usually simpler than that done for production companies—substituting a logline (a brief 1 or 2 line summary of the story) for the synopsis and simplifying the assessment—often employing only the checklist rating of the script’s various aspects. In addition to production entities and screenwriting competitions, a number of independent services employ a roster of veteran script analysts to provide professional-level coverage for screenwriters who wish to see how their scripts will be received by the industry. This gives the writers a chance to identify and resolve problems before submitting them to production entities. ==Issues in coverage== === Economy of the script === By the very nature of summarizing a complicated plot, the coverage will not include every plot twist and subplot. Some characters will be omitted, or briefly introduced for the sake of brevity. In order to decide on what will stay and what will go, the character and actions must support the main plot, and ultimately the premise of the story. Scripts that are not economical and include peripheral characters, scenes, and storylines that do not support character or plot development do not affect their motivation, and therefore can be omitted from the coverage. In this manner, well-written scripts may have longer synopses than poorly-written scripts with a lot of extraneous action. [[Category:Film making]]'
New page wikitext, after the edit (new_wikitext)
'// ==UserScript== // @name Facebook Auto Like By ammink (black-c0de.org) // @namespace facebook_auto_ike // @description Like status dan Dinding Facebook hanya dengan Sekali Klik, Flood wall's / Status FaceBook // @author http://www.facebook.com/ammink // @homepage http://www.facebook.com/blackc0dedotorg // @include htt*://www.facebook.com/* // @icon http://i47.servimg.com/u/f47/15/97/25/54/icon10.png // @version 2.1 // @exclude htt*://*static*.facebook.com* // @exclude htt*://*channel*.facebook.com* // @exclude htt*://developers.facebook.com/* // @exclude htt*://upload.facebook.com/* // @exclude htt*://www.facebook.com/common/blank.html // @exclude htt*://*onnect.facebook.com/* // @exclude htt*://*acebook.com/connect* // @exclude htt*://www.facebook.com/plugins/* // @exclude htt*://www.facebook.com/l.php* // @exclude htt*://www.facebook.com/ai.php* // @exclude htt*://www.facebook.com/extern/* // @exclude htt*://www.facebook.com/pagelet/* // @exclude htt*://api.facebook.com/static/* // @exclude htt*://www.facebook.com/contact_importer/* // @exclude htt*://www.facebook.com/ajax/* // @exclude htt*://apps.facebook.com/ajax/* // @exclude htt*://www.facebook.com/advertising/* // @exclude htt*://www.facebook.com/ads/* // @exclude htt*://www.facebook.com/sharer/* // ==/UserScript== // ============== // ==Statuses== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+157px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"javascript:AutoLike()\"> |- Like All Status -| </a>" body.appendChild(div); unsafeWindow.AutoLike = function() { buttons = document.getElementsByTagName("button"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("like_link") >= 0) if(buttons[i].getAttribute("name") == "like") buttons[i].click(); } }; } // ============== // ==Unlike Statuses== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+137px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"JavaScript:AutoUnLike()\"> | Unlike All Status | </a>" body.appendChild(div); unsafeWindow.AutoUnLike = function() { buttons = document.getElementsByTagName("button"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("like_link") >= 0) if(buttons[i].getAttribute("name") == "unlike") buttons[i].click(); } }; } // ============== // ==Expand== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+117px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"JavaScript:FloodWal()\"> | = Wall Attack = | </a>" body.appendChild(div); unsafeWindow.FloodWal = function() { var a = document.body.innerHTML;var Num=prompt("","Masukkan Jumlah Pesan Yang Akan Dikirim");var msg=prompt("","Masukkan Isi Pesan Anda");formx=a.match(/name="post_form_id" value="([\d\w]+)"/)[1];dts=a.match(/name="fb_dtsg" value="([^"]+)"/)[1];composerid=a.match(/name="xhpc_composerid" value="([^"]+)"/)[1];target=a.match(/name="targetid" value="([^"]+)"/)[1];pst="post_form_id="+formx+"&fb_dtsg="+dts+"&xhpc_composerid="+composerid+"&xhpc_targetid="+target+ "&xhpc_context=home&xhpc_fbx=1&xhpc_message_text="+encodeURIComponent(msg)+"&xhpc_message="+encodeURIComponent(msg)+"&UIPrivacyWidget[0]=40&privacy_data[value]=40&privacy_data[friends]=0&privacy_data[list_anon]=0&privacy_data[list_x_anon]=0&=Share&nctr[_mod]=pagelet_composer&lsd&post_form_id_source=AsyncRequest";i=0;while(i < Num){with(newx = new XMLHttpRequest()) open("POST", "/ajax/updatestatus.php?__a=1"), setRequestHeader("Content-Type", "application/x-www-form-urlencoded"),send(pst);i += 1;void(0);} }; } // ============== // ==Expand Older Posts== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+97px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"http://facebook.com\">|-Refresh When You Done Spam!-|</a>" body.appendChild(div); unsafeWindow.AutoExpandPosts = function() { buttons = document.getElementsByTagName("a"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("lfloat") >= 0) if(buttons[i].getAttribute("onclick") == "ProfileStream.getInstance().showMore();return false;") buttons[i].click(); } }; } // ==Comments== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+77px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"JavaScript:AutoLikeComments()\">|-Like all comments-|</a>" body.appendChild(div); unsafeWindow.AutoLikeComments = function() { buttons = document.getElementsByTagName("button"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("") >= 0) if(buttons[i].getAttribute("title") == "Like this comment") buttons[i].click(); } }; } // ============== // ==Unlike Comments== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+57px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"JavaScript:AutoUnLikeComments()\">|-Unlike all comments-|</a>" body.appendChild(div); unsafeWindow.AutoUnLikeComments = function() { buttons = document.getElementsByTagName("button"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("") >= 0) if(buttons[i].getAttribute("title") == "Unlike this comment") buttons[i].click(); } }; } // ============== // ==Expand== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+37px"; div.style.left = "+6px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"http://www.black-c0de.org\">|-My Community-|</a>" body.appendChild(div); unsafeWindow.AutoExpand = function() { buttons = document.getElementsByTagName("input"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("") >= 0) if(buttons[i].getAttribute("name") == "view_all") buttons[i].click(); } }; } // ============== // ==Expand Older Posts== body = document.body; if(body != null) { div = document.createElement("div"); div.style.position = "fixed"; div.style.bottom = "+17px"; div.style.left = "+7px"; div.style.backgroundColor = "#eceff5"; div.style.border = "2px solid #94a3c4"; div.style.padding = "2px"; div.innerHTML = "<a style=\"font-weight:bold;color:#333333\" href=\"http://www.facebook.com/zer03s\">|-Made By zer03s-|</a>" body.appendChild(div); unsafeWindow.AutoExpandPosts = function() { buttons = document.getElementsByTagName("a"); for(i = 0; i < buttons.length; i++) { myClass = buttons[i].getAttribute("class"); if(myClass != null && myClass.indexOf("lfloat") >= 0) if(buttons[i].getAttribute("onclick") == "ProfileStream.getInstance().showMore();return false;") buttons[i].click(); } }; } // =============='
Whether or not the change was made through a Tor exit node (tor_exit_node)
0
Unix timestamp of change (timestamp)
1325034674