_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

User:BrandonXLF/MobileView.js

In today's world, User:BrandonXLF/MobileView.js is a topic that has gained great relevance due to its impact on different aspects of daily life. With the advancement of technology and globalization, User:BrandonXLF/MobileView.js has become increasingly important in contemporary society. From politics to economics, through culture and education, User:BrandonXLF/MobileView.js has significantly influenced the development of different areas. In this article, we will thoroughly explore the importance of User:BrandonXLF/MobileView.js and its impact on various aspects of daily life.
/*** Mobile View ***/

// Adds a link to see the mobile version of a page
// Documentation at ]
// By ]

$(function() {
	mw.util.addPortletLink(
		'p-tb',
		location.href.replace(/useformat=/g, '') + (location.href.includes('?') ? '&' : '?') + 'useformat=mobile',
		'Mobile view',
		'Mobile view',
		'See the page in the mobile version of the page',
		''
	);
});

//]