ഉപയോക്താവ്:Thachan.makan/vector.js

വിക്കിഗ്രന്ഥശാല സംരംഭത്തിൽ നിന്ന്

ശ്രദ്ധിക്കുക: സേവ് ചെയ്തശേഷം മാറ്റങ്ങൾ കാണാനായി താങ്കൾക്ക് ബ്രൗസറിന്റെ കാഷെ ഒഴിവാക്കേണ്ടി വന്നേക്കാം.

  • ഫയർഫോക്സ് / സഫാരി: Reload ബട്ടൺ അമർത്തുമ്പോൾ Shift കീ അമർത്തി പിടിക്കുകയോ, Ctrl-F5 അല്ലെങ്കിൽ Ctrl-R (മാക്കിന്റോഷിൽ ⌘-R ) എന്ന് ഒരുമിച്ച് അമർത്തുകയോ ചെയ്യുക
  • ഗൂഗിൾ ക്രോം: Ctrl-Shift-R (മാക്കിന്റോഷിൽ ⌘-Shift-R ) അമർത്തുക
  • ഇന്റർനെറ്റ് എക്സ്പ്ലോറർ: Refresh ബട്ടൺ അമർത്തുമ്പോൾ Ctrl കീ അമർത്തിപിടിക്കുക. അല്ലെങ്കിൽ Ctrl-F5 അമർത്തുക
  • ഓപ്പറ: Menu → Settings എടുക്കുക (മാക്കിൽ Opera → Preferences) എന്നിട്ട് Privacy & security → Clear browsing data → Cached images and files ചെയ്യുക.
if ( typeof $ != 'undefined' && typeof $.fn.wikiEditor != 'undefined' ) {
	$(document).ready( function() {
		$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
			'section': 'advanced',
			'group': 'format',
			'tools': {
				'Hide': {
					label: 'മറയ്ക്കുക',
					type: 'button',
					icon: 'http://upload.wikimedia.org/wikipedia/commons/e/e7/Toolbaricon_hidden.png',
					action: {
						type: 'encapsulate',
						options: {
							pre: "<!--",
							post: "-->"
						}
					}
				}
			}
		} );
                $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
			'section': 'advanced',
			'group': 'format',
			'tools': {
				'Strike': {
					label: 'വെട്ടിക്കളയാൻ',
					type: 'button',
					icon: 'http://upload.wikimedia.org/wikipedia/en/c/c9/Button_strike.png',
					action: {
						type: 'encapsulate',
						options: {
							pre: "<s>",
							post: "</s>"
						}
					}
				}
			}
		} ); 

                $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
			'section': 'advanced',
			'group': 'format',
			'tools': {
				'Verse': {
					label: '<പദ്യം>',
					type: 'button',
					icon: 'http://upload.wikimedia.org/wikipedia/commons/c/cd/Button_poem.png',
					action: {
						type: 'encapsulate',
						options: {
							pre: "<poem>",
							post: "</poem>"
						}
					}
				}
			}
		} );
                		$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
			'section': 'advanced',
			'group': 'insert',
			'tools': {
				'Author': {
					label: 'രചയിതാവ് ഫലകം',
					type: 'button',
					icon: 'http://upload.wikimedia.org/wikipedia/commons/8/83/Button_biocitas.png',
					action: {
						type: 'encapsulate',
						options: {
							pre: "{{author ",
							post: "\n| firstname = \n| lastname = \n| last_initial = \n| birthyear = \n| deathyear = \n| description = \n| image = \n| wikipedia_link = \n| wikiquote_link = \n| commons_link = \n}}"
						}
					}
				}
			}
		} );
		$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
			'section': 'advanced',
			'group': 'insert',
			'tools': {
				'Head': {
					label: 'തലക്കെട്ട്',
					type: 'button',
					icon: 'http://upload.wikimedia.org/wikipedia/commons/0/03/Button_chapitre.png',
					action: {
						type: 'encapsulate',
						options: {
							pre: "{{header ",
							post: "\n| title = \n| genre = \n| author = \n| year = \n| translator = \n| section = \n| previous = \n| next = \n| notes = \n}}"
						}
					}
				}
			}
		} );
		$( '#wpTextbox1' ).wikiEditor( 'addToToolbar', {
			'section': 'advanced',
			'group': 'insert',
			'tools': {
				'Subst': {
					label: 'ബദൽ',
					type: 'button',
					icon: 'http://upload.wikimedia.org/wikipedia/ml/2/20/Button_subst.png',
					action: {
						type: 'encapsulate',
						options: {
							pre: "{{subst:",
                                                        peri: "സ്വാഗതം",
							post: "}}",
						}
					}
				}
			}
		} );
	} );
}
"https://ml.wikisource.org/w/index.php?title=ഉപയോക്താവ്:Thachan.makan/vector.js&oldid=211493" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്