MediaWiki:UploadScript.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 158: Line 158:
   add_option("asset", "Raw asset", type_select);
   add_option("asset", "Raw asset", type_select);
   add_option("page", "Book/comic page", type_select);
   add_option("page", "Book/comic page", type_select);
   add_option("document", "Document", type_select);
   add_option("document", "PDF document", type_select);
   add_option("designdoc", "Design documentation", type_select);
   add_option("designdoc", "Design documentation", type_select);
   add_option("audio", "Audio file", type_select);
   add_option("audio", "Audio file", type_select);
Line 335: Line 335:
   screenshot_select.onchange = update_fields;
   screenshot_select.onchange = update_fields;
    
    
   add_option("character", "Character or AI unit", screenshot_select);
   add_option("character", "Character or AI", screenshot_select);
   add_option("weapon", "Weapon", screenshot_select);
   add_option("weapon", "Weapon", screenshot_select);
   add_option("vehicle", "Vehicle", screenshot_select);
   add_option("vehicle", "Vehicle", screenshot_select);