Community Central
Community Central
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
importScriptPage('User:Monchoman45/ChatHacks.js', 'c');
 
importScriptPage('User:Monchoman45/ChatHacks.js', 'c');
  +
var ItemsToAdd = [
importScriptPage('User:Luigi970p/Birthday.js', 'cd');
 
  +
{
  +
'Name': 'Sample Page',
  +
'Page': '',
  +
'Description': 'You should edit this'
  +
},
  +
];
  +
var AffectsSidebar = true;
  +
  +
importArticles({
  +
type: 'script',
  +
articles: [
  +
'u:dev:AddInsights/Source',
  +
]
  +
});

Latest revision as of 01:36, 12 October 2015

importScriptPage('User:Monchoman45/ChatHacks.js', 'c');
var ItemsToAdd = [
  {
    'Name': 'Sample Page',
    'Page': '',
    'Description': 'You should edit this'
  },
];
var AffectsSidebar = true;
 
importArticles({
    type: 'script',
    articles: [
        'u:dev:AddInsights/Source',
    ]
});