Fandom Developers Wiki
m (Fix typo)
mNo edit summary
Line 3: Line 3:
 
{{Infobox JavaScript
 
{{Infobox JavaScript
 
| Image file = MaximizeAce.png
 
| Image file = MaximizeAce.png
| Image caption = Ace editor expanded to the full page width and height (global nav not pictured)
+
| Image caption = Ace editor expanded to the full page width and height (global navigation not pictured)
 
| Status = stable
 
| Status = stable
 
| Description = Makes the ace editor full screen
 
| Description = Makes the ace editor full screen
Line 9: Line 9:
 
| Using code by =
 
| Using code by =
 
* [[User:KockaAdmiralac|KockaAdmiralac]]
 
* [[User:KockaAdmiralac|KockaAdmiralac]]
* [[FixAceWidemode]]
+
* [[FixAceWidemode]] (dependency)
 
| Scope = p
 
| Scope = p
 
| Updated = {{Updated|MediaWiki:MaximizeAce.js}}
 
| Updated = {{Updated|MediaWiki:MaximizeAce.js}}
Line 19: Line 19:
 
== Installation ==
 
== Installation ==
 
{{Script Install|Use = GP}}
 
{{Script Install|Use = GP}}
 
== Config ==
 
You can disable removing the toolbar by setting <code>window.MaximizeAceToolbar</code> to false, true, or any other value before your import.
 

Revision as of 01:46, 1 March 2019

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 or MediaWiki:Fandomdesktop.css), as it would violate Fandom's Terms of Use.
(See the customization policy)

MaximizeAce makes the ace editor use the full screen width and height.

Installation