Fandom Developers Wiki

This script/stylesheet is for PERSONAL use only!

You are free to install this script/stylesheet for yourself, but it is not allowed to be used wiki-wide (e.g., in MediaWiki:ImportJS, MediaWiki:Common.js, MediaWiki:Common.css, MediaWiki:Fandomdesktop.js, MediaWiki:Fandomdesktop.css, or MediaWiki:FandomMobile.css), as it would violate Fandom's Terms of Use.
(See the customization policy)

Modern2010Editor - стыль, які робіць рэдактар выточнага кода 2010 падабнейшым да старага рэдактара. Ён перасоўвае кнопкі "Save Changes" ("Захаваць змены") і секцыю "Templates used on this page:" (Шаблоны, што выкарыстоўваюцца на гэтай старонцы) ў правую калонку і цалкам хавае правы блок.

Installation[]

Вядомыя праблемы[]

  • Блок "Summary" (Апісанне змен) знаходзіцца ў правым ніжнім куце старонкі на старонцы абмеркаванняў.
    • Гэта можна выправіць праз даданне наступнага кода ў ваш асабісты (Special:MyPage/common.js) ці глабальны JS:
if (window.location.search.search("section=new") !== -1) {
	$("#wpSummaryLabel").detach().prependTo(".editOptions");
}