Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Main public logs

More actions

Combined display of all available logs of My Little Pony Magic Princess Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:43, 8 July 2025 Nika talk contribs created page MediaWiki:Timeless.js (Created page with "All JavaScript here will be loaded for users of the Timeless skin: function get_system_theme(win = null) { Function for getting the system color scheme: if (win == null) { win = window } theme = "dark"; if (win.matchMedia("(prefers-color-scheme: light)").matches) { theme = "light"; } return theme; } function toggle_saved_theme() { /* Function for toggling between the two themes saved to loc...")