Dogcraft Wiki

Frequently Asked Questions

From Dogcraft Wiki

(Difference between pages)
No edit summary
ย 
No edit summary
ย 
Line 1: Line 1:
{{Sidebar Internal}}
/* Any JavaScript here will be loaded for all users on every page load. */
This page covers a number of '''Frequently Asked Questions''' about the Dogcraft Wiki project. For the full FAQ about Dogcraft.net, see [[Frequently Asked Questions]].


== Questions and Answers ==
/* 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;
*/


=== Is the Cyberdog Wiki Project official? ===
$(document).ready(function() {
'''Answer: '''As of the 6<sup>th</sup> of September, 2019, the Cyberdog Wiki Project is indeed official.
/*var goToDogcraft = document.querySelectorAll("#p-Go_to_Dogcraft > a");
ย 
goToDogcraft[0].setAttribute("href", "//dogcraft.net");*/
=== Who runs the Cyberdog Wiki Project? ===
$("#p-Go_to_Dogcraft > a").attr("href", "http://dogcraft.net");
'''Answer: '''[[User:William|William278]], [[User:Darparniox|darparniox]] and [[User:William|DomiNo]] are the current [[Dogcraft Wiki:Guidelines#Administrators|project administrators]], so they are in charge of the wiki's design and policies. However, the community may freely create and manage pages, so truly the project has no leader, rather "managers" who ensure the wiki has high quality content.
$("#p-Go_to_Dogcraft").removeClass("not-click has-dropdown");
ย 
=== Can I link the discord for my topic within its wiki page? ===
var indicator = document.querySelectorAll(".mw-indicators");
'''Answer: '''No. We've had a few discussions on this topic within the discord in the past and our conclusion was that we'd like to avoid pages becoming self promotion. We also can't verify the content of discords either and we'd like to align the wiki with the server and forum rules. Furthermore, you probably may not want random readers joining your discord. As ''Cookies58_'' put it:{{Quote|quote = well, with the Chronia discord, I really only want people we know, it would be hard to tell people to leave after they joined though the wiki.|speaker = Cookies58_}}
var indicator1 = indicator[0];
ย 
=== What about pages for occurrences like the Bean War and the Riddening? ===
if (indicator1.childNodes.length !== 1) {document.getElementById("tagline").innerHTML = indicator1.innerHTML;}
''See Also: [[Dogcraft Wiki:Guidelines#What deserves an article on the Wiki?|CWP:Guidelines ยง What deserves an article on the Wiki?]]''
ย 
//$(".mw-dismissable-notice-close a").text('X');
'''Answer: '''As per the [[Dogcraft Wiki:Guidelines|Wiki Guidelines]], we don't like writing articles about negative or niche topics:<blockquote>''"Highly '''niche''' topics such as inside jokes within a subset of the community. Of course, it's interesting to read about community subsets and groups, but you should include the niche topics within an article about the group rather than in a separate one. For example, this is why there is no "Bean War" or "[[Survival Railway Network (Survival 2)#Construction Begins|The Riddening]]" article and instead we mention these topics within larger articles about the broader topic."''</blockquote>
However, topics about some major occurrences on the server like the [[Townpocalypse]] can be categorized as a <nowiki>[[Category:Phenomenon]]</nowiki>.
var dismissableNoticeClose = $(".mw-dismissable-notice-close");
__NOTOC__
if (dismissableNoticeClose !== null) {
__NOEDITSECTION__
$(".dismissable-notice-close-message-container").append(dismissableNoticeClose);
}
/*before pilgrims*/
$("img .top-bar-logo").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:13, 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").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:13. (3 years ago)