Jump to content

User:7 qz/twinkleoptions.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 7 qz (talk | contribs) at 21:38, 18 December 2018 (Saving Twinkle preferences: automatic edit from Wikipedia:Twinkle/Preferences (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]].
//
// This file is AUTOMATICALLY GENERATED.  Any changes you make (aside from
// changing the configuration parameters in a valid-JavaScript way) will be
// overwritten the next time you click "save" in the Twinkle preferences
// panel.  If modifying this file, make sure to use correct JavaScript.

window.Twinkle.prefs = {
  "twinkle": {},
  "friendly": {
    "customWelcomeList": [
      {
        "value": "Welcome-Visual",
        "label": " <!-- Begin welcome template {{WelcomeVisual}} --> 
<!-- Begin header -->
<h2 style="margin:20px 0 0 0;border-color:#aae1ff;border-style:solid;border-width:1px 1px 0 1px;padding:5px 5px 0 5px;background-color:#f3f3f3;text-align:center;-moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;">Welcome <span style="color:#a00;">&quot;to Wikipedia&quot; FOR IPs or THE REGISTERED USER&apos;S NAME</span>!</h2>
<div style="border-color:#aae1ff;border-style:solid;border-width:0 1px 1px 1px;font-size:120%;padding:0 5px 5px 5px;background-color:#f3f3f3;text-align:center;"><span style="color:#a00;">MESSAGE FOR REGISTERED USERS - &quot;Now that you've joined [[Wikipedia:About|Wikipedia]], there are {{NUMBEROFUSERS}} registered editors!&quot;</span></div>
<!-- End header - Begin body -->
<div style="border:1px solid #aae1ff;padding:5px;text-align:left;background-color:#f3f3f3;margin-top:5px;">Hello, <span style="color:#a00;">REGISTERED USER'S NAME.&nbsp;</span>[[Wikipedia:Welcoming_committee/Welcome_to_Wikipedia|Welcome]] to Wikipedia!<br>
I'm [[User:7 qz|7 qz]], one of the other editors here, and I hope you decide to stay and help contribute to this amazing repository of knowledge. <span style="color:#a00;">IP&apos;s ADVISED TO CREATE AN ACCOUNT.</span> 

{|width="100%" style="background-color:#fff;width:100%;border:1px solid #aae1ff;"
|-
|width="50%"|To help get you started, you may find these useful:
: [[File:Farm-Fresh apple.png]] [[Wikipedia:Five pillars|The Five Pillars (fundamental principles) of Wikipedia]]
: [[File:Farm-Fresh bricks.png]] [[Wikipedia:A primer for newcomers|A Primer for Newcomers]]
: [[File:Farm-Fresh kids.png]] [[Help:Introduction|Introduction to Wikipedia]]
: [[File:Farm-Fresh_blackboard_drawing.png]] [https://outreachdashboard.wmflabs.org/training/editing-wikipedia Wikipedia Training Modules]
: [[File:Farm-Fresh wishlist add.png]] [[Wikipedia:Simplified Manual of Style|Simplified Manual of Style]]
: [[File:Farm-Fresh wizard.png]] [[Wikipedia:Article wizard|Creating a new article via the Article Wizard]]
|width="50%"|When editing, follow the [[Wikipedia:Core_content_policies|3 Core Content Policies]]:
: [[File:Farm-Fresh balance.png]] 1. [[WP:NPOV|Neutral point of view]]: represent significant views fairly
: [[File:Farm-Fresh magnifier.png]] 2. [[WP:VERIFY| Verifiability]]: claims should cite ''reliable'', published sources
: [[File:Farm-Fresh modify suspended account page.png]] 3. [[WP:ORIGINAL|No original research]]: no originality; reference ''published'' sources
[[File:Farm-Fresh education.png]] Brochures: [[:File:Editing Wikipedia brochure EN.pdf|Editing Wikipedia]] & [[:File:Illustrating Wikipedia brochure (high resolution).pdf|Illustrating Wikipedia]]<br>
[[File:Farm-Fresh question.png]] [[Wikipedia:Teahouse|Ask a Question about How to Use Wikipedia]]<br>
[[File:Farm-Fresh support.png]] [[Help:Contents|Help]]
|}
Remember to always [[Wikipedia:Signatures|sign your posts]] on talk pages. You can do this either by clicking on the [[File:Insert-signature.png|link=Wikipedia:Signatures]] button on the [[Help:Edit toolbar|edit toolbar]] or by typing four [[Tilde|tildes]] <code><nowiki>~~~~</nowiki></code> at the end of your post. This will automatically insert your <span style="color:#a00;">EITHER &quot;signature&quot; OR &quot;IP address&quot;</span>, a link to this (<span style="color:#a00;">EITHER &quot;this IP&apos;s&quot; OR &quot;your&quot;</span> talk) page, and a [[timestamp]].<br>
</div>
<!-- End body - Begin footer -->
<div style="border:1px solid #aae1ff;padding:5px;background-color:#f3f3f3;text-align:center;margin:5px 0 20px 0;-moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;">
Sincerely, [[User:7_qz|7]]_[[User talk: 7_qz|qz]] ([[Special:Contributions/7_qz|⑨'s contributions]]) <small>21:38, 18 December 2018 (UTC)</small> &nbsp; <span class="plainlinks"><small>[//en.wikipedia.org/w/index.php?title=User_talk:7_qz&action=edit&section=new&preload=Template:WelcomeVisual/user-talk_preload (Leave me a message)]</small></span></div>
<br>"
      }
    ]
  }
};

// End of twinkleoptions.js