Fandom Developers Wiki
Register
mNo edit summary
mNo edit summary
(9 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
{{Personal}}
 
{{Personal}}
 
{{Infobox JavaScript
 
{{Infobox JavaScript
  +
| Image file = MaximizeAce.png
| Description = Makes the ace editor full screen
 
  +
| Image caption = Ace editor expanded to the full page width and height (global navigation not pictured)
| Author = [[User:Sophiedp|Sophie]]
 
| Using code by =
+
| Status = stable
 
| Description = Makes the ace editor full screen
* [[User:KockaAdmiralac|KockaAdmiralac]]
 
 
| Author = [[User:Sophiedp|Sophie]]
* [[FixAceWidemode]]
 
 
| Using code by = [[User:KockaAdmiralac|KockaAdmiralac]]
| Scope = p
 
  +
| Other attribution = [[FixAceWidemode]] (dependency)
| Status = beta
 
 
| Scope = p
| Updated = {{Updated|MediaWiki:MaximizeAce.js}}
 
  +
| Updated =
| Code = [[MediaWiki:MaximizeAce.js|code.js]]
 
 
* {{Updated|MediaWiki:MaximizeAce.js}} (JS)
  +
* {{Updated|MediaWiki:MaximizeAce.css}} (CSS)
  +
| Code =
 
* [[MediaWiki:MaximizeAce.js|code.js]]
  +
* [[MediaWiki:MaximizeAce.css|code.css]]
  +
| Type = editing
 
}}
 
}}
 
 
'''MaximizeAce''' makes the ace editor use the full screen width and height.
 
'''MaximizeAce''' makes the ace editor use the full screen width and height.
   
  +
== Installation ==
 
{{Script Install|Use = GP}}
 
{{Script Install|Use = GP}}
 
== Config ==
 
You can disable removing the toolbar by setting <code>window.MaximzeAceToolbar</code> to true before your import.
 

Revision as of 11:55, 4 July 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