Jump to content

Examine individual changes

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

Variables generated for this change

VariableValue
Whether or not the edit is marked as minor (no longer in use) (minor_edit)
false
Edit count of the user (user_editcount)
null
Name of the user account (user_name)
'96.125.135.190'
Age of the user account (user_age)
0
Groups (including implicit) the user is in (user_groups)
[ 0 => '*' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'editmyusercss', 6 => 'editmyuserjs', 7 => 'viewmywatchlist', 8 => 'editmywatchlist', 9 => 'viewmyprivateinfo', 10 => 'editmyprivateinfo', 11 => 'editmyoptions', 12 => 'abusefilter-view', 13 => 'abusefilter-log', 14 => 'abusefilter-log-detail', 15 => 'centralauth-merge', 16 => 'vipsscaler-test', 17 => 'ep-bereviewer' ]
Global groups that the user is in (global_user_groups)
[]
Whether or not a user is editing through the mobile interface (user_mobile)
false
Page ID (page_id)
20036
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'Metasyntactic variable'
Full page title (page_prefixedtitle)
'Metasyntactic variable'
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => 'Calbaer', 1 => 'Ryk72', 2 => '66.208.198.153', 3 => 'Kf4yfd', 4 => 'ClueBot NG', 5 => '202.134.11.129', 6 => 'TAnthony', 7 => 'Cornellier', 8 => '87.28.128.190', 9 => 'AtlasDuane' ]
First user to contribute to the page (page_first_contributor)
'BlckKnght'
Action (action)
'edit'
Edit summary/reason (summary)
'Why not'
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'{{about|metasyntactic variables in computer science and programming|metasyntactic variables as used in formal logic|Metavariable (logic)|usage in spoken languages|placeholder name}} A '''metasyntactic variable''' is a specific word or set of words identified as a [[placeholder name|placeholder]] in [[computer science]] and specifically [[computer programming]]. These words are commonly found in [[source code]] and are intended to be modified or substituted to be applicable to the specific usage before [[Compiler|compilation]] (translation to an [[executable]]). The words '''foo''' and '''bar''' are good examples as they are used in over 330 [[Internet Engineering Task Force]] [[Request for Comments|Requests for Comments]], which are documents explaining foundational internet technologies like [[HTTP]](websites), [[TCP/IP]], and [[email]] [[Communications protocol|protocol]]s.<ref name="RFC3092">[https://www.ietf.org/rfc/rfc3092.txt RFC 3092 (rfc3092) - Etymology of "Foo"]</ref><ref>[http://www.rfc-editor.org/download.html RFC-Editor.org]</ref> By mathematical [[analogy]], a metasyntactic variable is a word that is a [[Variable (mathematics)|variable]] for other words, just as in [[algebra]] letters are used as variables for numbers.<ref name="RFC3092"/> Metasyntactic variables are used to name entities such as variables, functions, and commands whose exact identity is unimportant and serve only to demonstrate a concept, which is useful for teaching programming. ==Common Metasyntactic Variables== Due to English being the foundation-language, or [[lingua franca]], of most computer programming languages these variables are commonly seen even in programs and examples of programs written for other spoken-language audiences. The typical names may depend however on the subculture that has developed around a given [[programming language]]. ===General Usage=== Metasyntactic variables used commonly across all programming languages: [[foobar]], foo, bar, baz, qux, quux, quuz, corge, grault, garply, waldo, fred, [[plugh]], [[xyzzy (computing)|xyzzy]], and thud.<ref name="RFC3092"/><ref>''quuz''. Retrieved November 18, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002305.html programming@ProgClub]</ref> ''Wibble'', ''wobble'', ''wubble'', and ''flob'' are used in the UK.<ref>''wibble''. (n.d.). Jargon File 4.4.7. Retrieved February 23, 2010, from [http://catb.org/jargon/html/enwiki/w/wibble.html]</ref> And there are a reported ''blep'', ''blah'', and ''boop'' from Australia.<ref>''blep''. Retrieved November 18, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002301.html programming@ProgClub]</ref><ref>''blah'', ''boop''. Retrieved November 19, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002309.html programming@ProgClub]</ref> A complete reference can be found in a [[MIT Press]] book titled: [[The Hacker's Dictionary]]. ===Python=== [[Spam (food)|spam]], ham, and eggs are the principal metasyntactic variables used in the [[Python programming language]].<ref>[https://docs.python.org/tut/ Python Tutorial]</ref> This is a reference to the comedy sketch ''[[Spam (Monty Python)|Spam]]'' by [[Monty Python]], the eponym of the language.<ref>[https://www.python.org/doc/faq/general/#why-is-it-called-python General Python FAQ]</ref> ===R=== The [[R programming language]] often adds ''norf'' to the list.<ref>http://use-r.com/coursera-r-programming-week-2/</ref> ===French=== In French, the words are ''toto'' and its derivatives, replacing ''o'' by other vowels: ''tata'', ''titi'', ''tutu''... It may come from ''Toto'' who is the main character in many French jokes.<ref>[[:fr:Variable métasyntaxique#Toto]]</ref>{{Better source|reason=per WP:CIRCULAR|date=February 2017}} ===Japanese=== In Japanese, the words ''hoge'' (ほげ)<ref>http://ejje.weblio.jp/content/hoge</ref> and ''piyo'' (ぴよ) are commonly used, with other common words and variants being ''fuga" (ふが), "hogera'' (ほげら), and ''hogehoge'' (ほげほげ).<ref name="ja">[[:ja:メタ構文変数|メタ構文変数]] {{ja-icon}}</ref>{{Better source|reason=per WP:CIRCULAR|date=September 2017}} Note that ''-ra'' is a pluralizing ending in Japanese, and reduplication is also used for pluralizing. The origin of ''hoge'' as a metasyntactic variable is not known, but it is believed to date to the early 1980s.<ref name="ja" /> == Usage Examples == ===[[C programming language]]=== In the following example the function name '''''foo''''' and the variable name '''''bar''''' are both metasyntactic variables. Lines beginning with '''//''' are comments. <source lang="cpp"> // The function named foo int foo(void) { // Declare the variable bar and set the value to 1 int bar = 1; return bar; } </source> ===[[Python programming language]]=== [[Spam (food)|Spam]], [[ham]], and [[Egg (food)|eggs]] are the principal metasyntactic variables used in the [[Python programming language]].<ref>[http://docs.python.org/tut/ Python Tutorial]</ref> This is a reference to the famous comedy sketch, ''[[Spam (Monty Python)|Spam]]'', by [[Monty Python]], the eponym of the language.<ref>[http://www.python.org/doc/faq/general/#why-is-it-called-python General Python FAQ]</ref> In the following example '''spam''', '''ham''', and '''eggs''' are metasyntactic variables and lines beginning with '''#''' are comments. <source lang="python"> # Define a function named spam def spam(): # define the variable ham ham = "Hello World!" #define the variable eggs eggs = 1 return </source> ===[[Ruby programming language]]=== In the following example the '''baz''', '''foo''', and '''bar''' are metasyntactic variables and lines beginning with '''#''' are comments. <source lang="ruby"> # Declare the variable foo and set equal to 1 foo = 1 # Declare the variable bar and set equal to 2 bar = 2 # Declare the method (function) named baz, which prints the text 'Hello world' def baz puts 'Hello world' end </source> ===[[IETF]] [[Request for Comments]]=== Both the [[IETF]] [[Request for Comments|RFC]]s and [[computer programming language]]s are rendered in [[plain text]], making it necessary to distinguish metasyntactic variables by a naming convention, since it would not be obvious from context. Plain text example: RFC 772 (cited in RFC 3092) contains for instance: All is well; now the recipients can be specified. S: MRCP TO:<Foo@Y> <CRLF> R: 200 OK S: MRCP TO:<Raboof@Y> <CRLF> R: 553 No such user here S: MRCP TO:<bar@Y> <CRLF> R: 200 OK S: MRCP TO:<@Y,@X,fubar@Z> <CRLF> R: 200 OK Note that the failure of "Raboof" has no effect on the storage of mail for "Foo", "bar" or the mail to be forwarded to "fubar@Z" through host "X". (The documentation for texinfo emphasizes the distinction between metavariables and mere variables used in a programming language being documented in some texinfo file as: "Use the @var command to indicate metasyntactic variables. A metasyntactic variable is something that stands for another piece of text. For example, you should use a metasyntactic variable in the documentation of a function to describe the arguments that are passed to that function. Do not use @var for the names of particular [[Variable (programming)|variables]] in programming languages. These are specific names from a program, so @code is correct for them."<ref>http://sunsite.ualberta.ca/Documentation/Gnu/texinfo-4.0/html_chapter/texinfo_10.html</ref>) Another point reflected in the above example is the convention that a metavariable is to be uniformly substituted with the same instance in all its appearances in a given schema. This is in contrast with [[nonterminal]] symbols in [[formal grammars]] where the nonterminals on the right of a production can be substituted by different instances.<ref name="Tennent2002">{{cite book|author=R. D. Tennent|title=Specifying Software: A Hands-On Introduction|year=2002|publisher=Cambridge University Press|isbn=978-0-521-00401-5|pages=36–37 and 210}}</ref> ==Teaching Concepts== This section includes bits of code which show how metasyntactic variables are used in teaching computer programming concepts. ===[[C++]]=== Function prototypes with different [[Parameter (computer programming)#Argument passing|argument passing]] mechanisms:<ref name="MonganKindler2012">{{cite book|author1=John Mongan|author2=Noah Kindler|author3=Eric Giguere|title=Programming Interviews Exposed: Secrets to Landing Your Next Job|url=https://books.google.com/books?id=GQE4r2e5fAsC&pg=PA242|year=2012|publisher=John Wiley & Sons|isbn=978-1-118-28720-0|page=242}}</ref> <source lang="cpp"> void foo(Fruit bar); void foo(Fruit* bar); void foo(Fruit& bar); </source> Example showing the [[function overloading]] capabilities of the C++ language <source lang="cpp"> void foo(int bar); void foo(int bar, int baz); void foo(int bar, int baz, int qux); </source> ==See also== *[[Metavariable (logic)]] *[[Xyzzy_(computing)|xyzzy]] *[[Alice and Bob]] *[[John Doe]] *[[Fnord]] *[[Free variables and bound variables]] *[[Gadget]] *[[Lorem ipsum]] *[[Nonce word]] *[[Placeholder name]] *[[Widget (economics)|Widget]] *[[The Smurfs#Language|Smurf]] ==References== {{Reflist}} ==External links== *[http://www.catb.org/jargon/html/M/metasyntactic-variable.html Definition of ''metasyntactic variable'', with examples.] *[http://www.catb.org/jargon/html/C/Commonwealth-Hackish.html Examples of metasyntactic variables] used in ''[[Commonwealth of Nations|Commonwealth]] Hackish'', such as ''wombat''. *[http://blog.codinghorror.com/variable-foo-and-other-programming-oddities/ Variable "foo" and Other Programming Oddities] {{DEFAULTSORT:Metasyntactic Variable}} [[Category:Placeholder names]] [[Category:Metalogic]] [[Category:Variable (computer science)]] [[Category:Syntax (logic)]]'
New page wikitext, after the edit (new_wikitext)
'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go'
Unified diff of changes made by edit (edit_diff)
'@@ -1,153 +1,924 @@ -{{about|metasyntactic variables in computer science and programming|metasyntactic variables as used in formal logic|Metavariable (logic)|usage in spoken languages|placeholder name}} -A '''metasyntactic variable''' is a specific word or set of words identified as a [[placeholder name|placeholder]] in [[computer science]] and specifically [[computer programming]]. These words are commonly found in [[source code]] and are intended to be modified or substituted to be applicable to the specific usage before [[Compiler|compilation]] (translation to an [[executable]]). The words '''foo''' and '''bar''' are good examples as they are used in over 330 [[Internet Engineering Task Force]] [[Request for Comments|Requests for Comments]], which are documents explaining foundational internet technologies like [[HTTP]](websites), [[TCP/IP]], and [[email]] [[Communications protocol|protocol]]s.<ref name="RFC3092">[https://www.ietf.org/rfc/rfc3092.txt RFC 3092 (rfc3092) - Etymology of "Foo"]</ref><ref>[http://www.rfc-editor.org/download.html RFC-Editor.org]</ref> +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. -By mathematical [[analogy]], a metasyntactic variable is a word that is a [[Variable (mathematics)|variable]] for other words, just as in [[algebra]] letters are used as variables for numbers.<ref name="RFC3092"/> +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite -Metasyntactic variables are used to name entities such as variables, functions, and commands whose exact identity is unimportant and serve only to demonstrate a concept, which is useful for teaching programming. +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) -==Common Metasyntactic Variables== -Due to English being the foundation-language, or [[lingua franca]], of most computer programming languages these variables are commonly seen even in programs and examples of programs written for other spoken-language audiences. +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page -The typical names may depend however on the subculture that has developed around a given [[programming language]]. +Pages transcluded onto the current version of this page (help) : -===General Usage=== -Metasyntactic variables used commonly across all programming languages: [[foobar]], foo, bar, baz, qux, quux, quuz, corge, grault, garply, waldo, fred, [[plugh]], [[xyzzy (computing)|xyzzy]], and thud.<ref name="RFC3092"/><ref>''quuz''. Retrieved November 18, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002305.html programming@ProgClub]</ref> ''Wibble'', ''wobble'', ''wubble'', and ''flob'' are used in the UK.<ref>''wibble''. (n.d.). Jargon File 4.4.7. Retrieved February 23, 2010, from [http://catb.org/jargon/html/enwiki/w/wibble.html]</ref> And there are a reported ''blep'', ''blah'', and ''boop'' from Australia.<ref>''blep''. Retrieved November 18, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002301.html programming@ProgClub]</ref><ref>''blah'', ''boop''. Retrieved November 19, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002309.html programming@ProgClub]</ref> +This page is a member of 5 hidden categories (help) : -A complete reference can be found in a [[MIT Press]] book titled: [[The Hacker's Dictionary]]. +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. -===Python=== -[[Spam (food)|spam]], ham, and eggs are the principal metasyntactic variables used in the [[Python programming language]].<ref>[https://docs.python.org/tut/ Python Tutorial]</ref> This is a reference to the comedy sketch ''[[Spam (Monty Python)|Spam]]'' by [[Monty Python]], the eponym of the language.<ref>[https://www.python.org/doc/faq/general/#why-is-it-called-python General Python FAQ]</ref> +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite -===R=== -The [[R programming language]] often adds ''norf'' to the list.<ref>http://use-r.com/coursera-r-programming-week-2/</ref> +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. -===French=== -In French, the words are ''toto'' and its derivatives, replacing ''o'' by other vowels: ''tata'', ''titi'', ''tutu''... It may come from ''Toto'' who is the main character in many French jokes.<ref>[[:fr:Variable métasyntaxique#Toto]]</ref>{{Better source|reason=per WP:CIRCULAR|date=February 2017}} +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite -===Japanese=== -In Japanese, the words ''hoge'' (ほげ)<ref>http://ejje.weblio.jp/content/hoge</ref> and ''piyo'' (ぴよ) are commonly used, with other common words and variants being ''fuga" (ふが), "hogera'' (ほげら), and ''hogehoge'' (ほげほげ).<ref name="ja">[[:ja:メタ構文変数|メタ構文変数]] {{ja-icon}}</ref>{{Better source|reason=per WP:CIRCULAR|date=September 2017}} Note that ''-ra'' is a pluralizing ending in Japanese, and reduplication is also used for pluralizing. The origin of ''hoge'' as a metasyntactic variable is not known, but it is believed to date to the early 1980s.<ref name="ja" /> +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. -== Usage Examples == + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) -===[[C programming language]]=== -In the following example the function name '''''foo''''' and the variable name '''''bar''''' are both metasyntactic variables. Lines beginning with '''//''' are comments. -<source lang="cpp"> +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page -// The function named foo -int foo(void) -{ - // Declare the variable bar and set the value to 1 - int bar = 1; +Pages transcluded onto the current version of this page (help) : - return bar; -} -</source> +This page is a member of 5 hidden categories (help) : + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) -===[[Python programming language]]=== -[[Spam (food)|Spam]], [[ham]], and [[Egg (food)|eggs]] are the principal metasyntactic variables used in the [[Python programming language]].<ref>[http://docs.python.org/tut/ Python Tutorial]</ref> This is a reference to the famous comedy sketch, ''[[Spam (Monty Python)|Spam]]'', by [[Monty Python]], the eponym of the language.<ref>[http://www.python.org/doc/faq/general/#why-is-it-called-python General Python FAQ]</ref> -In the following example '''spam''', '''ham''', and '''eggs''' are metasyntactic variables and lines beginning with '''#''' are comments. -<source lang="python"> -# Define a function named spam -def spam(): +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page - # define the variable ham - ham = "Hello World!" +Pages transcluded onto the current version of this page (help) : - #define the variable eggs - eggs = 1 +This page is a member of 5 hidden categories (help) : - return -</source> +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. -===[[Ruby programming language]]=== - In the following example the '''baz''', '''foo''', and '''bar''' are metasyntactic variables and lines beginning with '''#''' are comments. -<source lang="ruby"> -# Declare the variable foo and set equal to 1 -foo = 1 +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite -# Declare the variable bar and set equal to 2 -bar = 2 +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. -# Declare the method (function) named baz, which prints the text 'Hello world' -def baz - puts 'Hello world' -end -</source> +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite -===[[IETF]] [[Request for Comments]]=== -Both the [[IETF]] [[Request for Comments|RFC]]s and [[computer programming language]]s are rendered in [[plain text]], making it necessary to distinguish metasyntactic variables by a naming convention, since it would not be obvious from context. +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. -Plain text example: + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) -RFC 772 (cited in RFC 3092) contains for instance: - All is well; now the recipients can be specified. - - S: MRCP TO:<Foo@Y> <CRLF> - R: 200 OK - - S: MRCP TO:<Raboof@Y> <CRLF> - R: 553 No such user here - - S: MRCP TO:<bar@Y> <CRLF> - R: 200 OK - - S: MRCP TO:<@Y,@X,fubar@Z> <CRLF> - R: 200 OK - - Note that the failure of "Raboof" has no effect on the storage of - mail for "Foo", "bar" or the mail to be forwarded to "fubar@Z" - through host "X". +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page -(The documentation for texinfo emphasizes the distinction between metavariables and mere variables used in a programming language being documented in some texinfo file as: "Use the @var command to indicate metasyntactic variables. A metasyntactic variable is something that stands for another piece of text. For example, you should use a metasyntactic variable in the documentation of a function to describe the arguments that are passed to that function. Do not use @var for the names of particular [[Variable (programming)|variables]] in programming languages. These are specific names from a program, so @code is correct for them."<ref>http://sunsite.ualberta.ca/Documentation/Gnu/texinfo-4.0/html_chapter/texinfo_10.html</ref>) +Pages transcluded onto the current version of this page (help) : -Another point reflected in the above example is the convention that a metavariable is to be uniformly substituted with the same instance in all its appearances in a given schema. This is in contrast with [[nonterminal]] symbols in [[formal grammars]] where the nonterminals on the right of a production can be substituted by different instances.<ref name="Tennent2002">{{cite book|author=R. D. Tennent|title=Specifying Software: A Hands-On Introduction|year=2002|publisher=Cambridge University Press|isbn=978-0-521-00401-5|pages=36–37 and 210}}</ref> +This page is a member of 5 hidden categories (help) : -==Teaching Concepts== -This section includes bits of code which show how metasyntactic variables are used in teaching computer programming concepts. + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) -===[[C++]]=== -Function prototypes with different [[Parameter (computer programming)#Argument passing|argument passing]] mechanisms:<ref name="MonganKindler2012">{{cite book|author1=John Mongan|author2=Noah Kindler|author3=Eric Giguere|title=Programming Interviews Exposed: Secrets to Landing Your Next Job|url=https://books.google.com/books?id=GQE4r2e5fAsC&pg=PA242|year=2012|publisher=John Wiley & Sons|isbn=978-1-118-28720-0|page=242}}</ref> -<source lang="cpp"> -void foo(Fruit bar); -void foo(Fruit* bar); -void foo(Fruit& bar); -</source> +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page -Example showing the [[function overloading]] capabilities of the C++ language -<source lang="cpp"> -void foo(int bar); -void foo(int bar, int baz); -void foo(int bar, int baz, int qux); -</source> +Pages transcluded onto the current version of this page (help) : +This page is a member of 5 hidden categories (help) : -==See also== -*[[Metavariable (logic)]] -*[[Xyzzy_(computing)|xyzzy]] -*[[Alice and Bob]] -*[[John Doe]] -*[[Fnord]] -*[[Free variables and bound variables]] -*[[Gadget]] -*[[Lorem ipsum]] -*[[Nonce word]] -*[[Placeholder name]] -*[[Widget (economics)|Widget]] -*[[The Smurfs#Language|Smurf]] +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch -==References== -{{Reflist}} +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. -==External links== -*[http://www.catb.org/jargon/html/M/metasyntactic-variable.html Definition of ''metasyntactic variable'', with examples.] -*[http://www.catb.org/jargon/html/C/Commonwealth-Hackish.html Examples of metasyntactic variables] used in ''[[Commonwealth of Nations|Commonwealth]] Hackish'', such as ''wombat''. -*[http://blog.codinghorror.com/variable-foo-and-other-programming-oddities/ Variable "foo" and Other Programming Oddities] +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite -{{DEFAULTSORT:Metasyntactic Variable}} -[[Category:Placeholder names]] -[[Category:Metalogic]] -[[Category:Variable (computer science)]] -[[Category:Syntax (logic)]] +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go +Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! +Editing Metasyntactic variable +You have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +ou have a new message (last change). +Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. +Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. +AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. +Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. + +BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite + +Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken +Minecraft is crap, kys +An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + + – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> +Edit summary (Briefly describe your changes) + +Why not +248 +By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. +Save changes Show preview Show changes Cancel +Wikidata entities used in this page + +Pages transcluded onto the current version of this page (help) : + +This page is a member of 5 hidden categories (help) : + +Navigation menu +Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch + +Search Wikipedia +Go '
New page size (new_size)
75715
Old page size (old_size)
9928
Size change in edit (edit_delta)
65787
Lines added in edit (added_lines)
[ 0 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 1 => 'Minecraft is crap, kys', 2 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 3 => 'ou have a new message (last change).', 4 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 5 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 6 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 7 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 8 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 9 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 10 => 'Minecraft is crap, kys', 11 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 12 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 13 => 'Edit summary (Briefly describe your changes)', 14 => 'Why not', 15 => '248', 16 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 17 => 'Save changes Show preview Show changes Cancel', 18 => 'Wikidata entities used in this page', 19 => 'Pages transcluded onto the current version of this page (help) :', 20 => 'This page is a member of 5 hidden categories (help) :', 21 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 22 => 'Editing Metasyntactic variable', 23 => 'You have a new message (last change).', 24 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 25 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 26 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 27 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 28 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 29 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 30 => 'Minecraft is crap, kys', 31 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 32 => 'ou have a new message (last change).', 33 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 34 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 35 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 36 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 37 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 38 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 39 => 'Minecraft is crap, kys', 40 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 41 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 42 => 'Edit summary (Briefly describe your changes)', 43 => 'Why not', 44 => '248', 45 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 46 => 'Save changes Show preview Show changes Cancel', 47 => 'Wikidata entities used in this page', 48 => 'Pages transcluded onto the current version of this page (help) :', 49 => 'This page is a member of 5 hidden categories (help) :', 50 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 51 => 'Edit summary (Briefly describe your changes)', 52 => 'Why not', 53 => '248', 54 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 55 => 'Save changes Show preview Show changes Cancel', 56 => 'Wikidata entities used in this page', 57 => 'Pages transcluded onto the current version of this page (help) :', 58 => 'This page is a member of 5 hidden categories (help) :', 59 => 'Navigation menu', 60 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 61 => 'Search Wikipedia', 62 => 'Go', 63 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 64 => 'Editing Metasyntactic variable', 65 => 'You have a new message (last change).', 66 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 67 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 68 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 69 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 70 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 71 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 72 => 'Minecraft is crap, kys', 73 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 74 => 'ou have a new message (last change).', 75 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 76 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 77 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 78 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 79 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 80 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 81 => 'Minecraft is crap, kys', 82 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 83 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 84 => 'Edit summary (Briefly describe your changes)', 85 => 'Why not', 86 => '248', 87 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 88 => 'Save changes Show preview Show changes Cancel', 89 => 'Wikidata entities used in this page', 90 => 'Pages transcluded onto the current version of this page (help) :', 91 => 'This page is a member of 5 hidden categories (help) :', 92 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 93 => 'Edit summary (Briefly describe your changes)', 94 => 'Why not', 95 => '248', 96 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 97 => 'Save changes Show preview Show changes Cancel', 98 => 'Wikidata entities used in this page', 99 => 'Pages transcluded onto the current version of this page (help) :', 100 => 'This page is a member of 5 hidden categories (help) :', 101 => 'Navigation menu', 102 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 103 => 'Search Wikipedia', 104 => 'Go', 105 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 106 => 'Editing Metasyntactic variable', 107 => 'You have a new message (last change).', 108 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 109 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 110 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 111 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 112 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 113 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 114 => 'Minecraft is crap, kys', 115 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 116 => 'ou have a new message (last change).', 117 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 118 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 119 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 120 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 121 => false, 122 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 123 => false, 124 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 125 => 'Minecraft is crap, kys', 126 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 127 => false, 128 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 129 => 'Edit summary (Briefly describe your changes)', 130 => false, 131 => 'Why not', 132 => '248', 133 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 134 => 'Save changes Show preview Show changes Cancel', 135 => 'Wikidata entities used in this page', 136 => false, 137 => 'Pages transcluded onto the current version of this page (help) :', 138 => false, 139 => 'This page is a member of 5 hidden categories (help) :', 140 => false, 141 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 142 => 'Edit summary (Briefly describe your changes)', 143 => false, 144 => 'Why not', 145 => '248', 146 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 147 => 'Save changes Show preview Show changes Cancel', 148 => 'Wikidata entities used in this page', 149 => false, 150 => 'Pages transcluded onto the current version of this page (help) :', 151 => false, 152 => 'This page is a member of 5 hidden categories (help) :', 153 => false, 154 => 'Navigation menu', 155 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 156 => false, 157 => 'Search Wikipedia', 158 => 'Go', 159 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 160 => 'Editing Metasyntactic variable', 161 => 'You have a new message (last change).', 162 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 163 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 164 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 165 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 166 => false, 167 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 168 => false, 169 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 170 => 'Minecraft is crap, kys', 171 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 172 => 'ou have a new message (last change).', 173 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 174 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 175 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 176 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 177 => false, 178 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 179 => false, 180 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 181 => 'Minecraft is crap, kys', 182 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 183 => false, 184 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 185 => 'Edit summary (Briefly describe your changes)', 186 => false, 187 => 'Why not', 188 => '248', 189 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 190 => 'Save changes Show preview Show changes Cancel', 191 => 'Wikidata entities used in this page', 192 => false, 193 => 'Pages transcluded onto the current version of this page (help) :', 194 => false, 195 => 'This page is a member of 5 hidden categories (help) :', 196 => false, 197 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 198 => 'Edit summary (Briefly describe your changes)', 199 => false, 200 => 'Why not', 201 => '248', 202 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 203 => 'Save changes Show preview Show changes Cancel', 204 => 'Wikidata entities used in this page', 205 => false, 206 => 'Pages transcluded onto the current version of this page (help) :', 207 => false, 208 => 'This page is a member of 5 hidden categories (help) :', 209 => false, 210 => 'Navigation menu', 211 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 212 => false, 213 => 'Search Wikipedia', 214 => 'Go', 215 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 216 => 'Editing Metasyntactic variable', 217 => 'You have a new message (last change).', 218 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 219 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 220 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 221 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 222 => false, 223 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 224 => false, 225 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 226 => 'Minecraft is crap, kys', 227 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 228 => 'ou have a new message (last change).', 229 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 230 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 231 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 232 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 233 => false, 234 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 235 => false, 236 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 237 => 'Minecraft is crap, kys', 238 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 239 => false, 240 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 241 => 'Edit summary (Briefly describe your changes)', 242 => false, 243 => 'Why not', 244 => '248', 245 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 246 => 'Save changes Show preview Show changes Cancel', 247 => 'Wikidata entities used in this page', 248 => false, 249 => 'Pages transcluded onto the current version of this page (help) :', 250 => false, 251 => 'This page is a member of 5 hidden categories (help) :', 252 => false, 253 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 254 => 'Edit summary (Briefly describe your changes)', 255 => false, 256 => 'Why not', 257 => '248', 258 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 259 => 'Save changes Show preview Show changes Cancel', 260 => 'Wikidata entities used in this page', 261 => false, 262 => 'Pages transcluded onto the current version of this page (help) :', 263 => false, 264 => 'This page is a member of 5 hidden categories (help) :', 265 => false, 266 => 'Navigation menu', 267 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 268 => false, 269 => 'Search Wikipedia', 270 => 'Go', 271 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 272 => 'Editing Metasyntactic variable', 273 => 'You have a new message (last change).', 274 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 275 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 276 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 277 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 278 => false, 279 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 280 => false, 281 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 282 => 'Minecraft is crap, kys', 283 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 284 => 'ou have a new message (last change).', 285 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 286 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 287 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 288 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 289 => false, 290 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 291 => false, 292 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 293 => 'Minecraft is crap, kys', 294 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 295 => false, 296 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 297 => 'Edit summary (Briefly describe your changes)', 298 => false, 299 => 'Why not', 300 => '248', 301 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 302 => 'Save changes Show preview Show changes Cancel', 303 => 'Wikidata entities used in this page', 304 => false, 305 => 'Pages transcluded onto the current version of this page (help) :', 306 => false, 307 => 'This page is a member of 5 hidden categories (help) :', 308 => false, 309 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 310 => 'Edit summary (Briefly describe your changes)', 311 => false, 312 => 'Why not', 313 => '248', 314 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 315 => 'Save changes Show preview Show changes Cancel', 316 => 'Wikidata entities used in this page', 317 => false, 318 => 'Pages transcluded onto the current version of this page (help) :', 319 => false, 320 => 'This page is a member of 5 hidden categories (help) :', 321 => false, 322 => 'Navigation menu', 323 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 324 => false, 325 => 'Search Wikipedia', 326 => 'Go', 327 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 328 => 'Editing Metasyntactic variable', 329 => 'You have a new message (last change).', 330 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 331 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 332 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 333 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 334 => false, 335 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 336 => false, 337 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 338 => 'Minecraft is crap, kys', 339 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 340 => 'ou have a new message (last change).', 341 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 342 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 343 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 344 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 345 => false, 346 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 347 => false, 348 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 349 => 'Minecraft is crap, kys', 350 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 351 => false, 352 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 353 => 'Edit summary (Briefly describe your changes)', 354 => false, 355 => 'Why not', 356 => '248', 357 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 358 => 'Save changes Show preview Show changes Cancel', 359 => 'Wikidata entities used in this page', 360 => false, 361 => 'Pages transcluded onto the current version of this page (help) :', 362 => false, 363 => 'This page is a member of 5 hidden categories (help) :', 364 => false, 365 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 366 => 'Edit summary (Briefly describe your changes)', 367 => false, 368 => 'Why not', 369 => '248', 370 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 371 => 'Save changes Show preview Show changes Cancel', 372 => 'Wikidata entities used in this page', 373 => false, 374 => 'Pages transcluded onto the current version of this page (help) :', 375 => false, 376 => 'This page is a member of 5 hidden categories (help) :', 377 => false, 378 => 'Navigation menu', 379 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 380 => false, 381 => 'Search Wikipedia', 382 => 'Go', 383 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 384 => 'Editing Metasyntactic variable', 385 => 'You have a new message (last change).', 386 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 387 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 388 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 389 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 390 => false, 391 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 392 => false, 393 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 394 => 'Minecraft is crap, kys', 395 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 396 => 'ou have a new message (last change).', 397 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 398 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 399 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 400 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 401 => false, 402 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 403 => false, 404 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 405 => 'Minecraft is crap, kys', 406 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 407 => false, 408 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 409 => 'Edit summary (Briefly describe your changes)', 410 => false, 411 => 'Why not', 412 => '248', 413 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 414 => 'Save changes Show preview Show changes Cancel', 415 => 'Wikidata entities used in this page', 416 => false, 417 => 'Pages transcluded onto the current version of this page (help) :', 418 => false, 419 => 'This page is a member of 5 hidden categories (help) :', 420 => false, 421 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 422 => 'Edit summary (Briefly describe your changes)', 423 => false, 424 => 'Why not', 425 => '248', 426 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 427 => 'Save changes Show preview Show changes Cancel', 428 => 'Wikidata entities used in this page', 429 => false, 430 => 'Pages transcluded onto the current version of this page (help) :', 431 => false, 432 => 'This page is a member of 5 hidden categories (help) :', 433 => false, 434 => 'Navigation menu', 435 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 436 => false, 437 => 'Search Wikipedia', 438 => 'Go', 439 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 440 => 'Editing Metasyntactic variable', 441 => 'You have a new message (last change).', 442 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 443 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 444 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 445 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 446 => false, 447 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 448 => false, 449 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 450 => 'Minecraft is crap, kys', 451 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 452 => 'ou have a new message (last change).', 453 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 454 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 455 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 456 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 457 => false, 458 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 459 => false, 460 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 461 => 'Minecraft is crap, kys', 462 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 463 => false, 464 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 465 => 'Edit summary (Briefly describe your changes)', 466 => false, 467 => 'Why not', 468 => '248', 469 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 470 => 'Save changes Show preview Show changes Cancel', 471 => 'Wikidata entities used in this page', 472 => false, 473 => 'Pages transcluded onto the current version of this page (help) :', 474 => false, 475 => 'This page is a member of 5 hidden categories (help) :', 476 => false, 477 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 478 => 'Edit summary (Briefly describe your changes)', 479 => false, 480 => 'Why not', 481 => '248', 482 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 483 => 'Save changes Show preview Show changes Cancel', 484 => 'Wikidata entities used in this page', 485 => false, 486 => 'Pages transcluded onto the current version of this page (help) :', 487 => false, 488 => 'This page is a member of 5 hidden categories (help) :', 489 => false, 490 => 'Navigation menu', 491 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 492 => false, 493 => 'Search Wikipedia', 494 => 'Go', 495 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 496 => 'Editing Metasyntactic variable', 497 => 'You have a new message (last change).', 498 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 499 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 500 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 501 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 502 => false, 503 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 504 => false, 505 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 506 => 'Minecraft is crap, kys', 507 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 508 => 'ou have a new message (last change).', 509 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 510 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 511 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 512 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 513 => false, 514 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 515 => false, 516 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 517 => 'Minecraft is crap, kys', 518 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 519 => false, 520 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 521 => 'Edit summary (Briefly describe your changes)', 522 => false, 523 => 'Why not', 524 => '248', 525 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 526 => 'Save changes Show preview Show changes Cancel', 527 => 'Wikidata entities used in this page', 528 => false, 529 => 'Pages transcluded onto the current version of this page (help) :', 530 => false, 531 => 'This page is a member of 5 hidden categories (help) :', 532 => false, 533 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 534 => 'Edit summary (Briefly describe your changes)', 535 => false, 536 => 'Why not', 537 => '248', 538 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 539 => 'Save changes Show preview Show changes Cancel', 540 => 'Wikidata entities used in this page', 541 => false, 542 => 'Pages transcluded onto the current version of this page (help) :', 543 => false, 544 => 'This page is a member of 5 hidden categories (help) :', 545 => false, 546 => 'Navigation menu', 547 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 548 => false, 549 => 'Search Wikipedia', 550 => 'Go', 551 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 552 => 'Editing Metasyntactic variable', 553 => 'You have a new message (last change).', 554 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 555 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 556 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 557 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 558 => false, 559 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 560 => false, 561 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 562 => 'Minecraft is crap, kys', 563 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 564 => 'ou have a new message (last change).', 565 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 566 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 567 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 568 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 569 => false, 570 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 571 => false, 572 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 573 => 'Minecraft is crap, kys', 574 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 575 => false, 576 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 577 => 'Edit summary (Briefly describe your changes)', 578 => false, 579 => 'Why not', 580 => '248', 581 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 582 => 'Save changes Show preview Show changes Cancel', 583 => 'Wikidata entities used in this page', 584 => false, 585 => 'Pages transcluded onto the current version of this page (help) :', 586 => false, 587 => 'This page is a member of 5 hidden categories (help) :', 588 => false, 589 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 590 => 'Edit summary (Briefly describe your changes)', 591 => false, 592 => 'Why not', 593 => '248', 594 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 595 => 'Save changes Show preview Show changes Cancel', 596 => 'Wikidata entities used in this page', 597 => false, 598 => 'Pages transcluded onto the current version of this page (help) :', 599 => false, 600 => 'This page is a member of 5 hidden categories (help) :', 601 => false, 602 => 'Navigation menu', 603 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 604 => false, 605 => 'Search Wikipedia', 606 => 'Go', 607 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 608 => 'Editing Metasyntactic variable', 609 => 'You have a new message (last change).', 610 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 611 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 612 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 613 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 614 => false, 615 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 616 => false, 617 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 618 => 'Minecraft is crap, kys', 619 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 620 => 'ou have a new message (last change).', 621 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 622 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 623 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 624 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 625 => false, 626 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 627 => false, 628 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 629 => 'Minecraft is crap, kys', 630 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 631 => false, 632 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 633 => 'Edit summary (Briefly describe your changes)', 634 => false, 635 => 'Why not', 636 => '248', 637 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 638 => 'Save changes Show preview Show changes Cancel', 639 => 'Wikidata entities used in this page', 640 => false, 641 => 'Pages transcluded onto the current version of this page (help) :', 642 => false, 643 => 'This page is a member of 5 hidden categories (help) :', 644 => false, 645 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 646 => 'Edit summary (Briefly describe your changes)', 647 => false, 648 => 'Why not', 649 => '248', 650 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 651 => 'Save changes Show preview Show changes Cancel', 652 => 'Wikidata entities used in this page', 653 => false, 654 => 'Pages transcluded onto the current version of this page (help) :', 655 => false, 656 => 'This page is a member of 5 hidden categories (help) :', 657 => false, 658 => 'Navigation menu', 659 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 660 => false, 661 => 'Search Wikipedia', 662 => 'Go', 663 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 664 => 'Editing Metasyntactic variable', 665 => 'You have a new message (last change).', 666 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 667 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 668 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 669 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 670 => false, 671 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 672 => false, 673 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 674 => 'Minecraft is crap, kys', 675 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 676 => 'ou have a new message (last change).', 677 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 678 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 679 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 680 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 681 => false, 682 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 683 => false, 684 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 685 => 'Minecraft is crap, kys', 686 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 687 => false, 688 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 689 => 'Edit summary (Briefly describe your changes)', 690 => false, 691 => 'Why not', 692 => '248', 693 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 694 => 'Save changes Show preview Show changes Cancel', 695 => 'Wikidata entities used in this page', 696 => false, 697 => 'Pages transcluded onto the current version of this page (help) :', 698 => false, 699 => 'This page is a member of 5 hidden categories (help) :', 700 => false, 701 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 702 => 'Edit summary (Briefly describe your changes)', 703 => false, 704 => 'Why not', 705 => '248', 706 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 707 => 'Save changes Show preview Show changes Cancel', 708 => 'Wikidata entities used in this page', 709 => false, 710 => 'Pages transcluded onto the current version of this page (help) :', 711 => false, 712 => 'This page is a member of 5 hidden categories (help) :', 713 => false, 714 => 'Navigation menu', 715 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 716 => false, 717 => 'Search Wikipedia', 718 => 'Go', 719 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 720 => 'Editing Metasyntactic variable', 721 => 'You have a new message (last change).', 722 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 723 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 724 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 725 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 726 => false, 727 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 728 => false, 729 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 730 => 'Minecraft is crap, kys', 731 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 732 => 'ou have a new message (last change).', 733 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 734 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 735 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 736 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 737 => false, 738 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 739 => false, 740 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 741 => 'Minecraft is crap, kys', 742 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 743 => false, 744 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 745 => 'Edit summary (Briefly describe your changes)', 746 => false, 747 => 'Why not', 748 => '248', 749 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 750 => 'Save changes Show preview Show changes Cancel', 751 => 'Wikidata entities used in this page', 752 => false, 753 => 'Pages transcluded onto the current version of this page (help) :', 754 => false, 755 => 'This page is a member of 5 hidden categories (help) :', 756 => false, 757 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 758 => 'Edit summary (Briefly describe your changes)', 759 => false, 760 => 'Why not', 761 => '248', 762 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 763 => 'Save changes Show preview Show changes Cancel', 764 => 'Wikidata entities used in this page', 765 => false, 766 => 'Pages transcluded onto the current version of this page (help) :', 767 => false, 768 => 'This page is a member of 5 hidden categories (help) :', 769 => false, 770 => 'Navigation menu', 771 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 772 => false, 773 => 'Search Wikipedia', 774 => 'Go', 775 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 776 => 'Editing Metasyntactic variable', 777 => 'You have a new message (last change).', 778 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 779 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 780 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 781 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 782 => false, 783 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 784 => false, 785 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 786 => 'Minecraft is crap, kys', 787 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 788 => 'ou have a new message (last change).', 789 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 790 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 791 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 792 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 793 => false, 794 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 795 => false, 796 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 797 => 'Minecraft is crap, kys', 798 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 799 => false, 800 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 801 => 'Edit summary (Briefly describe your changes)', 802 => false, 803 => 'Why not', 804 => '248', 805 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 806 => 'Save changes Show preview Show changes Cancel', 807 => 'Wikidata entities used in this page', 808 => false, 809 => 'Pages transcluded onto the current version of this page (help) :', 810 => false, 811 => 'This page is a member of 5 hidden categories (help) :', 812 => false, 813 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 814 => 'Edit summary (Briefly describe your changes)', 815 => false, 816 => 'Why not', 817 => '248', 818 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 819 => 'Save changes Show preview Show changes Cancel', 820 => 'Wikidata entities used in this page', 821 => false, 822 => 'Pages transcluded onto the current version of this page (help) :', 823 => false, 824 => 'This page is a member of 5 hidden categories (help) :', 825 => false, 826 => 'Navigation menu', 827 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 828 => false, 829 => 'Search Wikipedia', 830 => 'Go', 831 => 'Wiki Loves Monuments: Photograph a monument, help Wikipedia and win!', 832 => 'Editing Metasyntactic variable', 833 => 'You have a new message (last change).', 834 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 835 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 836 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 837 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 838 => false, 839 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 840 => false, 841 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 842 => 'Minecraft is crap, kys', 843 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 844 => 'ou have a new message (last change).', 845 => 'Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 846 => 'Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error.', 847 => 'AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits.', 848 => 'Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions.', 849 => false, 850 => 'BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite', 851 => false, 852 => 'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken', 853 => 'Minecraft is crap, kys', 854 => 'An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing.', 855 => false, 856 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 857 => 'Edit summary (Briefly describe your changes)', 858 => false, 859 => 'Why not', 860 => '248', 861 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 862 => 'Save changes Show preview Show changes Cancel', 863 => 'Wikidata entities used in this page', 864 => false, 865 => 'Pages transcluded onto the current version of this page (help) :', 866 => false, 867 => 'This page is a member of 5 hidden categories (help) :', 868 => false, 869 => ' – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref>', 870 => 'Edit summary (Briefly describe your changes)', 871 => false, 872 => 'Why not', 873 => '248', 874 => 'By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.', 875 => 'Save changes Show preview Show changes Cancel', 876 => 'Wikidata entities used in this page', 877 => false, 878 => 'Pages transcluded onto the current version of this page (help) :', 879 => false, 880 => 'This page is a member of 5 hidden categories (help) :', 881 => false, 882 => 'Navigation menu', 883 => 'Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch', 884 => false, 885 => 'Search Wikipedia', 886 => 'Go' ]
Lines removed in edit (removed_lines)
[ 0 => '{{about|metasyntactic variables in computer science and programming|metasyntactic variables as used in formal logic|Metavariable (logic)|usage in spoken languages|placeholder name}}', 1 => 'A '''metasyntactic variable''' is a specific word or set of words identified as a [[placeholder name|placeholder]] in [[computer science]] and specifically [[computer programming]]. These words are commonly found in [[source code]] and are intended to be modified or substituted to be applicable to the specific usage before [[Compiler|compilation]] (translation to an [[executable]]). The words '''foo''' and '''bar''' are good examples as they are used in over 330 [[Internet Engineering Task Force]] [[Request for Comments|Requests for Comments]], which are documents explaining foundational internet technologies like [[HTTP]](websites), [[TCP/IP]], and [[email]] [[Communications protocol|protocol]]s.<ref name="RFC3092">[https://www.ietf.org/rfc/rfc3092.txt RFC 3092 (rfc3092) - Etymology of "Foo"]</ref><ref>[http://www.rfc-editor.org/download.html RFC-Editor.org]</ref>', 2 => 'By mathematical [[analogy]], a metasyntactic variable is a word that is a [[Variable (mathematics)|variable]] for other words, just as in [[algebra]] letters are used as variables for numbers.<ref name="RFC3092"/>', 3 => 'Metasyntactic variables are used to name entities such as variables, functions, and commands whose exact identity is unimportant and serve only to demonstrate a concept, which is useful for teaching programming.', 4 => '==Common Metasyntactic Variables==', 5 => 'Due to English being the foundation-language, or [[lingua franca]], of most computer programming languages these variables are commonly seen even in programs and examples of programs written for other spoken-language audiences.', 6 => 'The typical names may depend however on the subculture that has developed around a given [[programming language]].', 7 => '===General Usage===', 8 => 'Metasyntactic variables used commonly across all programming languages: [[foobar]], foo, bar, baz, qux, quux, quuz, corge, grault, garply, waldo, fred, [[plugh]], [[xyzzy (computing)|xyzzy]], and thud.<ref name="RFC3092"/><ref>''quuz''. Retrieved November 18, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002305.html programming@ProgClub]</ref> ''Wibble'', ''wobble'', ''wubble'', and ''flob'' are used in the UK.<ref>''wibble''. (n.d.). Jargon File 4.4.7. Retrieved February 23, 2010, from [http://catb.org/jargon/html/enwiki/w/wibble.html]</ref> And there are a reported ''blep'', ''blah'', and ''boop'' from Australia.<ref>''blep''. Retrieved November 18, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002301.html programming@ProgClub]</ref><ref>''blah'', ''boop''. Retrieved November 19, 2016, from [https://www.progclub.org/pipermail/programming/2016-November/002309.html programming@ProgClub]</ref>', 9 => 'A complete reference can be found in a [[MIT Press]] book titled: [[The Hacker's Dictionary]].', 10 => '===Python===', 11 => '[[Spam (food)|spam]], ham, and eggs are the principal metasyntactic variables used in the [[Python programming language]].<ref>[https://docs.python.org/tut/ Python Tutorial]</ref> This is a reference to the comedy sketch ''[[Spam (Monty Python)|Spam]]'' by [[Monty Python]], the eponym of the language.<ref>[https://www.python.org/doc/faq/general/#why-is-it-called-python General Python FAQ]</ref>', 12 => '===R===', 13 => 'The [[R programming language]] often adds ''norf'' to the list.<ref>http://use-r.com/coursera-r-programming-week-2/</ref>', 14 => '===French===', 15 => 'In French, the words are ''toto'' and its derivatives, replacing ''o'' by other vowels: ''tata'', ''titi'', ''tutu''... It may come from ''Toto'' who is the main character in many French jokes.<ref>[[:fr:Variable métasyntaxique#Toto]]</ref>{{Better source|reason=per WP:CIRCULAR|date=February 2017}}', 16 => '===Japanese===', 17 => 'In Japanese, the words ''hoge'' (ほげ)<ref>http://ejje.weblio.jp/content/hoge</ref> and ''piyo'' (ぴよ) are commonly used, with other common words and variants being ''fuga" (ふが), "hogera'' (ほげら), and ''hogehoge'' (ほげほげ).<ref name="ja">[[:ja:メタ構文変数|メタ構文変数]] {{ja-icon}}</ref>{{Better source|reason=per WP:CIRCULAR|date=September 2017}} Note that ''-ra'' is a pluralizing ending in Japanese, and reduplication is also used for pluralizing. The origin of ''hoge'' as a metasyntactic variable is not known, but it is believed to date to the early 1980s.<ref name="ja" />', 18 => '== Usage Examples ==', 19 => '===[[C programming language]]===', 20 => 'In the following example the function name '''''foo''''' and the variable name '''''bar''''' are both metasyntactic variables. Lines beginning with '''//''' are comments.', 21 => '<source lang="cpp">', 22 => '// The function named foo', 23 => 'int foo(void)', 24 => '{', 25 => ' // Declare the variable bar and set the value to 1', 26 => ' int bar = 1;', 27 => ' return bar;', 28 => '}', 29 => '</source>', 30 => '===[[Python programming language]]===', 31 => '[[Spam (food)|Spam]], [[ham]], and [[Egg (food)|eggs]] are the principal metasyntactic variables used in the [[Python programming language]].<ref>[http://docs.python.org/tut/ Python Tutorial]</ref> This is a reference to the famous comedy sketch, ''[[Spam (Monty Python)|Spam]]'', by [[Monty Python]], the eponym of the language.<ref>[http://www.python.org/doc/faq/general/#why-is-it-called-python General Python FAQ]</ref>', 32 => 'In the following example '''spam''', '''ham''', and '''eggs''' are metasyntactic variables and lines beginning with '''#''' are comments.', 33 => '<source lang="python">', 34 => '# Define a function named spam', 35 => 'def spam():', 36 => ' # define the variable ham', 37 => ' ham = "Hello World!"', 38 => ' #define the variable eggs', 39 => ' eggs = 1', 40 => ' return', 41 => '</source>', 42 => '===[[Ruby programming language]]===', 43 => ' In the following example the '''baz''', '''foo''', and '''bar''' are metasyntactic variables and lines beginning with '''#''' are comments.', 44 => '<source lang="ruby">', 45 => '# Declare the variable foo and set equal to 1', 46 => 'foo = 1', 47 => '# Declare the variable bar and set equal to 2', 48 => 'bar = 2', 49 => '# Declare the method (function) named baz, which prints the text 'Hello world'', 50 => 'def baz', 51 => ' puts 'Hello world'', 52 => 'end ', 53 => '</source>', 54 => '===[[IETF]] [[Request for Comments]]===', 55 => 'Both the [[IETF]] [[Request for Comments|RFC]]s and [[computer programming language]]s are rendered in [[plain text]], making it necessary to distinguish metasyntactic variables by a naming convention, since it would not be obvious from context. ', 56 => 'Plain text example:', 57 => 'RFC 772 (cited in RFC 3092) contains for instance:', 58 => ' All is well; now the recipients can be specified.', 59 => ' ', 60 => ' S: MRCP TO:<Foo@Y> <CRLF>', 61 => ' R: 200 OK', 62 => ' ', 63 => ' S: MRCP TO:<Raboof@Y> <CRLF>', 64 => ' R: 553 No such user here', 65 => ' ', 66 => ' S: MRCP TO:<bar@Y> <CRLF>', 67 => ' R: 200 OK', 68 => ' ', 69 => ' S: MRCP TO:<@Y,@X,fubar@Z> <CRLF>', 70 => ' R: 200 OK', 71 => ' ', 72 => ' Note that the failure of "Raboof" has no effect on the storage of', 73 => ' mail for "Foo", "bar" or the mail to be forwarded to "fubar@Z"', 74 => ' through host "X".', 75 => '(The documentation for texinfo emphasizes the distinction between metavariables and mere variables used in a programming language being documented in some texinfo file as: "Use the @var command to indicate metasyntactic variables. A metasyntactic variable is something that stands for another piece of text. For example, you should use a metasyntactic variable in the documentation of a function to describe the arguments that are passed to that function. Do not use @var for the names of particular [[Variable (programming)|variables]] in programming languages. These are specific names from a program, so @code is correct for them."<ref>http://sunsite.ualberta.ca/Documentation/Gnu/texinfo-4.0/html_chapter/texinfo_10.html</ref>)', 76 => 'Another point reflected in the above example is the convention that a metavariable is to be uniformly substituted with the same instance in all its appearances in a given schema. This is in contrast with [[nonterminal]] symbols in [[formal grammars]] where the nonterminals on the right of a production can be substituted by different instances.<ref name="Tennent2002">{{cite book|author=R. D. Tennent|title=Specifying Software: A Hands-On Introduction|year=2002|publisher=Cambridge University Press|isbn=978-0-521-00401-5|pages=36–37 and 210}}</ref>', 77 => '==Teaching Concepts==', 78 => 'This section includes bits of code which show how metasyntactic variables are used in teaching computer programming concepts.', 79 => '===[[C++]]===', 80 => 'Function prototypes with different [[Parameter (computer programming)#Argument passing|argument passing]] mechanisms:<ref name="MonganKindler2012">{{cite book|author1=John Mongan|author2=Noah Kindler|author3=Eric Giguere|title=Programming Interviews Exposed: Secrets to Landing Your Next Job|url=https://books.google.com/books?id=GQE4r2e5fAsC&pg=PA242|year=2012|publisher=John Wiley & Sons|isbn=978-1-118-28720-0|page=242}}</ref>', 81 => '<source lang="cpp">', 82 => 'void foo(Fruit bar);', 83 => 'void foo(Fruit* bar);', 84 => 'void foo(Fruit& bar);', 85 => '</source>', 86 => 'Example showing the [[function overloading]] capabilities of the C++ language', 87 => '<source lang="cpp">', 88 => 'void foo(int bar);', 89 => 'void foo(int bar, int baz);', 90 => 'void foo(int bar, int baz, int qux);', 91 => '</source>', 92 => '==See also==', 93 => '*[[Metavariable (logic)]]', 94 => '*[[Xyzzy_(computing)|xyzzy]]', 95 => '*[[Alice and Bob]]', 96 => '*[[John Doe]]', 97 => '*[[Fnord]]', 98 => '*[[Free variables and bound variables]]', 99 => '*[[Gadget]]', 100 => '*[[Lorem ipsum]]', 101 => '*[[Nonce word]]', 102 => '*[[Placeholder name]]', 103 => '*[[Widget (economics)|Widget]]', 104 => '*[[The Smurfs#Language|Smurf]]', 105 => '==References==', 106 => '{{Reflist}}', 107 => '==External links==', 108 => '*[http://www.catb.org/jargon/html/M/metasyntactic-variable.html Definition of ''metasyntactic variable'', with examples.]', 109 => '*[http://www.catb.org/jargon/html/C/Commonwealth-Hackish.html Examples of metasyntactic variables] used in ''[[Commonwealth of Nations|Commonwealth]] Hackish'', such as ''wombat''.', 110 => '*[http://blog.codinghorror.com/variable-foo-and-other-programming-oddities/ Variable "foo" and Other Programming Oddities]', 111 => '{{DEFAULTSORT:Metasyntactic Variable}}', 112 => '[[Category:Placeholder names]]', 113 => '[[Category:Metalogic]]', 114 => '[[Category:Variable (computer science)]]', 115 => '[[Category:Syntax (logic)]]' ]
New page wikitext, pre-save transformed (new_pst)
'Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go Wiki Loves Monuments: Photograph a monument, help Wikipedia and win! Editing Metasyntactic variable You have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. ou have a new message (last change). Your action has triggered the Edit Filter An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. Your action has triggered the Edit Filter Warning: An automated filter has identified this edit as removing a large amount of content. While some material on Wikipedia should be removed, such as vandalism and false or libelous information, we discourage removal of content without a valid reason. If you believe that your removal is constructive, please go to the bottom of this page and press 'Save page' to continue (be sure to enter an edit summary if you have not done so already). If you did not remove a large amount of content, and you believe that this edit is constructive, please report this error. AnonEditWarning.svgYou are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to a user name, among other benefits. Content that violates any copyrights will be deleted. Encyclopedic content must be verifiable. Work submitted to Wikipedia can be edited, used, and redistributed—by anyone—subject to certain terms and conditions. BoldItalicLinkEmbedded fileReferenceAdvancedSpecial charactersHelpCite Hello, I am Jeff, How Are you? I can see you! Hope you have fun at lunch! See you soon. chicken Minecraft is crap, kys An automated filter has identified this edit as potentially unconstructive, so it has been disallowed. If this edit is constructive, please report this error. Disruptive editing may result in a block from editing. – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : – — ° ′ ″ ≈ ≠ ≤ ≥ ± − × ÷ ← → · § Cite your sources: <ref></ref> Edit summary (Briefly describe your changes) Why not 248 By saving changes, you agree to the Terms of Use, and you irrevocably agree to release your contribution under the CC BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license. Save changes Show preview Show changes Cancel Wikidata entities used in this page Pages transcluded onto the current version of this page (help) : This page is a member of 5 hidden categories (help) : Navigation menu Not logged inTalkContributionsCreate accountLog inArticleTalkReadEdit sourceView historySearch Search Wikipedia Go'
Whether or not the change was made through a Tor exit node (tor_exit_node)
0
Unix timestamp of change (timestamp)
1506431940