User talk:LilDice/Flexitags

Latest comment: 16 years ago by Gerbrant in topic Easier config

Easier config edit

Wouldn't it be easier to use:

var FlexiTagConfig = {
  minoredit: true,
  //The tabs field stores an array of all our tabsets.
  tabs: [
    {
      name: 'flexitags',
      namespace: ['Main', 'User_talk'],
      tagset: [
        ['external-links|%date', 'See WP:EL'],
        ['trivia','Adding Trivia Section'],
        ['Autobio-warn|%prompt(Article Name)'],
        ['cleanup','Adding Cleanup Tag']
      ]
    },
    {
      name: 'userwarnings',
      namespace: ['User_talk'],
      tagset: [
        ['external-links|%date', 'See WP:EL'],
        ['cleanup', 'Adding Cleanup Tag']
      ]
    }
  ]
};

Bye, Shinobu 12:04, 16 November 2007 (UTC)Reply