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

User:CAPTAIN MEDUSA/DYK.js

In this article we are going to delve into the topic of User:CAPTAIN MEDUSA/DYK.js, a topic that has captured the attention of people of all ages and interests. User:CAPTAIN MEDUSA/DYK.js has been the subject of debate and discussion in various areas, whether in the academic, social, political or cultural spheres. Since its emergence, User:CAPTAIN MEDUSA/DYK.js has aroused great interest due to its relevance in today's society and its impact on our lives. Throughout this article, we will explore different perspectives and approaches related to User:CAPTAIN MEDUSA/DYK.js, with the aim of providing a comprehensive and enriching vision on this topic.
// see the documention on ]
// created by ]
function DYK() {
mw.util.addPortletLink (
	'p-personal',
	'https://wiki386.com/en/Template talk:Did you know',
	'Did You Know',
	'pt-dyk',
	'View Did You Know nominations',
	null,
    '#pt-preferences');
    
     mw.util.addPortletLink(
		'p-navigation',
		'https://wiki386.com/en/Template talk:Did you know',
		'Did You Know',
		'pt-dyk',
		'View Did You Know nominations'
	);
}

$(DYK);