Wasteland Wiki
No edit summary
 
(Created page with "{{Games|WL1|WL2|FOD}} {{Overviewpagelist|check for=armor}} '''Armor''' are wearable items which increase your chance of survival or add special attributes. There are many type...")
 
Line 1: Line 1:
  +
{{Games|WL1|WL2|FOD}}
/* <nowiki> */
 
  +
{{Overviewpagelist|check for=armor}}
  +
'''Armor''' are wearable items which increase your chance of survival or add special attributes. There are many types of armor and clothing ranging from leather jackets to power armor.
   
  +
[[Category:Armor]]
/**
 
* Script for adding "changes since last visit" link to "you have new messages" notification
 
* Version 0.2
 
* Script by User:Porter21 (http://www.falloutwiki.com)
 
*/
 
 
function messagingImprovements () {
 
var changesLabel = 'changes since last visit';
 
var userMessageLink = $('.usermessage > a:last');
 
 
// When visiting own talk page, save ID of current revision
 
if (mw.config.get('wgNamespaceNumber') == 3 && mw.config.get('wgTitle') == mw.config.get('wgUserName')) {
 
$.cookie('va-last-talk-rev', mw.config.get('wgCurRevisionId'), {'expires': 365, 'path': '/'});
 
}
 
 
// If "you have new messages" is displayed, add "changes since last visit" link
 
if (userMessageLink.length) {
 
var userMessageOldID = $.cookie('va-last-talk-rev');
 
 
if (userMessageOldID) {
 
userMessageLink.after(' | <a title="' + userMessageLink.attr('title') + '" href="' + userMessageLink.attr('href') + '&oldid=' + userMessageOldID + '">' + changesLabel + '</a>');
 
}
 
}
 
}
 
 
jQuery(function($) {
 
messagingImprovements();
 
});
 
 
/* <nowiki> */
 

Revision as of 19:12, 20 March 2012

Games
Category Games
Canon Wasteland Wasteland 2 Wasteland 3
Non-Canon Fountain of Dreams Meantime
Related games Fallout
Overviews per game

Armor are wearable items which increase your chance of survival or add special attributes. There are many types of armor and clothing ranging from leather jackets to power armor.