User

Domino

From Dogcraft Wiki

(Difference between pages)
No edit summary
Tag: Visual edit
 
No edit summary
 
Line 1: Line 1:
{{Tab Userpage}}
/* Any JavaScript here will be loaded for all users on every page load. */
{{Infobox Player
|aliases        = Domino#3355 (discord)<br>
Domino (wiki)<br>
Domino_1 (ingame)
|mc_username    =
|join_date      = 2016 Oct 28th
|activity        = Active
|role            ={{DiscordRank|Wiki Admin}}<br>{{DiscordRank|Discord Moderator}}
|groups          = Wiki Administrators, <br>Gaia (Survival 4), <br>Chronia (Survival 3),<br> Hydropolis (Survival 2)
<b>Former member of:</b><br>[[DC Courtroom|Dogcraft Court (Bailiff & Clerk]]
|builds          =<b>Survival 4:</b><br>North Station (Beagle), [[Northwestern Shopping District]] (Husky)<br><b>Survival 3:</b><br>Ruined Lighthouse (Chronia), [[Spawn Library (Survival 3)|Spawn Library]] (Group project), Neptune Publishing (Ouranos)<br><b>Survival 2:</b><br>DCorp Publishing (Akkara), Havanian Basilica (Roman District)<br><b>Survival 1:</b><br>Ruined Death Star (Spawn home), Oracle's Cave (near [[Events#Survival_1|Something Summer]])
|projects        =Survival 3 Spawn Development, <br> Dogcraft Tour Guide (Survival 2)
|bases          =Mount Sanctuary (Survival 1), <br>Ancient Greek Town (Survival 2), <br> Domino's Depot (Survival 3)
|accomplishments = Contributor to organising the Dogcraft 5 year Anniversary event (Discord), <br>
Spawn Build Competition (Survival 3), <br>
Creator of the Dogcraft Tour Guide (Surival 2)
}}
{{Sidebar
|title = List of subpages
|content1 = <div style="width:1%">{{Special:Prefixindex|prefix=User:Domino/|hideredirects=1|stripprefix=1}}</div>
|below = [[Special:Contributions/Domino|User contributions]] {{·}} [[Special:UserRights/Domino|User rights]]
|navbar = none
}}


Hello, I'm Domino, and I'm a player on the Dogcraft server (ingame I go by {{Editor|Domino}}). I first joined the server during Survival 1, and have continued to play since then, altough recently I have not had that much time for minecraft. I'm also one of the Admins for this wiki. If you need help with anything, or want to talk, feel free to send a message over on Discord (domino#3355)!<div id="gadgetSandboxButton"></div>
/* Navigation Popups */
/* Currently Disabled
mw.loader.load('/load.php?modules=ext.gadget.Navigation_popups');
window.popupAdminLinks = false;
window.popupActionsMenu = false;
window.popupStructure = 'lite';
window.popupSubpopups = false;
window.popupSummaryData = false;
*/
 
$(document).ready(function() {
/*var goToDogcraft = document.querySelectorAll("#p-Go_to_Dogcraft > a");
goToDogcraft[0].setAttribute("href", "//dogcraft.net");*/
$("#p-Go_to_Dogcraft > a").attr("href", "http://dogcraft.net");
$("#p-Go_to_Dogcraft").removeClass("not-click has-dropdown");
var indicator = document.querySelectorAll(".mw-indicators");
var indicator1 = indicator[0];
if (indicator1.childNodes.length !== 1) {document.getElementById("tagline").innerHTML = indicator1.innerHTML;}
//$(".mw-dismissable-notice-close a").text('X');
var dismissableNoticeClose = $(".mw-dismissable-notice-close");
if (dismissableNoticeClose !== null) {
$(".dismissable-notice-close-message-container").append(dismissableNoticeClose);
}
/*before pilgrims*/
$("img .top-bar-logo").attr("src", "https://dogcraft.net/wiki/images/3/36/April_Logo.jpg");
/* Adding visual editor edit button on Guide namespace
(temporary until visual editor can properly be enabled for the namespace through LocalSettings.php)*/
var guide_va_edit_button = '<li id="ca-ve-edit"><a href="/wiki/index.php?title=' + mw.config.get( 'wgPageName' ) + '&amp;veaction=edit" title="Edit this page [Alt+Shift+v]" accesskey="v">Edit</a></li>';
$(".ns-3002 #ca-edit").before(guide_va_edit_button);
/* Points actions menu talk page buttons to a discord invite */
$("#ca-talk > a[rel='discussion']").attr("href", "https://discord.com/invite/r5xDRcy/login")
.attr("title", "Discussion about the page on Discord [Alt+Shift+t]")
.attr("target", "_blank");
});

Revision as of 00:14, 1 April 2021

/* Any JavaScript here will be loaded for all users on every page load. */

/* Navigation Popups */
/* Currently Disabled
mw.loader.load('/load.php?modules=ext.gadget.Navigation_popups');
window.popupAdminLinks = false;
window.popupActionsMenu = false;
window.popupStructure = 'lite';
window.popupSubpopups = false;
window.popupSummaryData = false;
*/

$(document).ready(function() {
	/*var goToDogcraft = document.querySelectorAll("#p-Go_to_Dogcraft > a");
	goToDogcraft[0].setAttribute("href", "//dogcraft.net");*/
	$("#p-Go_to_Dogcraft > a").attr("href", "http://dogcraft.net");
	$("#p-Go_to_Dogcraft").removeClass("not-click has-dropdown");
	
	var indicator = document.querySelectorAll(".mw-indicators");
	var indicator1 = indicator[0];
	
	if (indicator1.childNodes.length !== 1) {document.getElementById("tagline").innerHTML = indicator1.innerHTML;}
	
	//$(".mw-dismissable-notice-close a").text('X');
	
	var dismissableNoticeClose = $(".mw-dismissable-notice-close");
	if (dismissableNoticeClose !== null) {
		$(".dismissable-notice-close-message-container").append(dismissableNoticeClose);
	}
	
	/*before pilgrims*/
	$("img .top-bar-logo").attr("src", "https://dogcraft.net/wiki/images/3/36/April_Logo.jpg");
	
	/* Adding visual editor edit button on Guide namespace 
	(temporary until visual editor can properly be enabled for the namespace through LocalSettings.php)*/
	 var guide_va_edit_button = '<li id="ca-ve-edit"><a href="/wiki/index.php?title=' + mw.config.get( 'wgPageName' ) + '&amp;veaction=edit" title="Edit this page [Alt+Shift+v]" accesskey="v">Edit</a></li>';
	 $(".ns-3002 #ca-edit").before(guide_va_edit_button);
	 
	 /* Points actions menu talk page buttons to a discord invite */
	 $("#ca-talk > a[rel='discussion']").attr("href", "https://discord.com/invite/r5xDRcy/login")
										.attr("title", "Discussion about the page on Discord [Alt+Shift+t]")
										.attr("target", "_blank");
	 
});
This page was last modified on 1 April 2021, at 00:14. (4 months ago)