User:VarunFEB2003/IndianMilitaryBadges.js

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.
var thisPageNamespace = mw.config.get( 'wgNamespaceNumber' );
if ( thisPageNamespace == 2 || thisPageNamespace == 3 ) {
 
mw.loader.using( 'ext.wikiLove.defaultOptions', function() {
 
$.wikiLoveOptions.types.badges= {
  name: 'Indian Military Badges', // name of the type (appears in the types menu)
 
  subtypes: {
 
  'Teahouse Welcome': {
      fields: [ 'header', 'message' ], // fields to ask for in form
      option: 'Teahouse Welcome Badge', // option listed in the select list
      descr: 'Created a Teahouse', // description
      header: 'Congrats... You created your Teahouse!', // header that appears at the top of the talk page post (optional)
      text:  '{{Wikipedia:Teahouse/Badge/Welcome|size=|signed=~~'+'~~|message=$1}}\n<br style="clear: both"/>' , // custom text
    },
 
'Teahouse Welcomer badge': {
      fields: [ 'header', 'message' ], // fields to ask for in form
      option: 'Teahouse Welcomer', // option listed in the select list
      descr: 'Awarded to editors who show extraordinary welcoming spirit at the Wikipedia Teahouse.', // description
      header: 'Congrats... You brought a spirit of good cheer and warm invitation to the Teahouse!', // header that appears at the top of the talk page post (optional)
      text:   '{{Wikipedia:Teahouse/Badge/Welcoming|size=|signed=~~'+'~~|message=$1}}\n<br style="clear: both"/>', // custom text
    },
 
'Teahouse host badge': {
      fields: [ 'header', 'message' ], // fields to ask for in form
      option: 'Teahouse Host', // option listed in the select list
      descr: 'For creating a host profile', // description
      header: 'Congrats... You have joined a team of awesome helpers!', // header that appears at the top of the talk page post (optional)
      text:   '{{Wikipedia:Teahouse/Badge/Host|size=|signed=~~'+'~~|message=$1}}\n<br style="clear: both"/>', // custom text
    },
 
 },
 
  icon: 'http://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Rank_insignia_of_generale_di_divisione_con_funzioni_superiori_of_the_Alpini.svg/53px-Rank_insignia_of_generale_di_divisione_con_funzioni_superiori_of_the_Alpini.svg.png'
 };
 
} );
 
}