Fandom Developers Wiki
m (KockaAdmiralac moved page FANDOM Open Source Library/en to FANDOM Developers Wiki/en: automatic)
m (→‎top: Mass editing of links)
(18 intermediate revisions by 8 users not shown)
Line 1: Line 1:
  +
<!-- If you want to preview the template while editing, simply "break" the <includeonly> tag while you're working on it. Just remember to put it back together before publishing.
{{Languages}}
 
  +
--><noinclude>{{LangSelect}}</noinclude><includeonly>{{Languages}}
{{Main_Page
 
  +
{{Main Page
 
|Introduction-title = Welcome!
 
|Introduction-title = Welcome!
 
|Introduction-description =
 
|Introduction-description =
 
<p>You've landed at the '''{{SITENAME}}''' — but feel free to call us the '''Dev Wiki'''!</p>
 
<p>You've landed at the '''{{SITENAME}}''' — but feel free to call us the '''Dev Wiki'''!</p>
<p>We’re FANDOM’s premier destination for people who are looking to take a deep dive into coding. Whether you’re interested in [[repository|exploring our code repository]] or finding a new feature for your home wiki, we’ve probably got a page or two you'll want to read. And there are lots of [[Board:General Coding Help|knowledgeable users]] around who are willing to lend a hand.</p>
+
<p>We’re Fandom’s premier destination for people who are looking to take a deep dive into coding. Whether you’re interested in [[repository|exploring our code repository]] or finding a new feature for your home wiki, we’ve probably got a page or two you'll want to read. And there are lots of [[Board:JS and CSS Support|knowledgeable users]] around who are willing to lend a hand.</p>
<p>So take a few minutes to look around our front page. We think you’ll find something here that’ll help you make your part of FANDOM just a bit more your own — just a little bit "cooler". </p>
+
<p>So take a few minutes to look around our front page. We think you’ll find something here that’ll help you make your part of Fandom just a bit more your own — just a little bit "cooler". </p>
   
   
 
|WhatWeDo-title = Going beyond JavaScript
 
|WhatWeDo-title = Going beyond JavaScript
 
|WhatWeDo-description =
 
|WhatWeDo-description =
<p>You might think that Dev Wiki is just a place where [[List of JavaScript enhancements|JavaScript snippets]] are stored so that all FANDOM wikis [[Help:Including additional JavaScript and CSS|can use]] them.</p>
+
<p>You might think that Dev Wiki is just a place where [[List of JavaScript enhancements|JavaScript snippets]] are stored so that all Fandom wikis [[Help:Including additional CSS and JS|can use]] them.</p>
 
<p>But we do much more than that.</p>
 
<p>But we do much more than that.</p>
<p>We provide useful code review to our fellow Dev Wiki contributors. (We don't like bugs any more than you do!) We offer translation services for the code you'll find here. We [[Less|spitball the future]] by suggesting newer ways of looking at long-standing coding issues. And we provide a useful training ground for many of the volunteers who go on to become members of our [[w:User blog:Grunny/Introducing the Volunteer Developer Program|Volunteer Developer Program]].</p>
+
<p>We provide useful code review to our fellow Dev Wiki contributors. (We don't like bugs any more than you do!) We offer [[Dev_Wiki:Internationalization|translation services]] for the code you'll find here. We [[Less|spitball the future]] by suggesting newer ways of looking at long-standing coding issues. And we provide a useful training ground for many of the volunteers who go on to become members of our [[w:User blog:Grunny/Introducing the Volunteer Developer Program|Volunteer Developer Program]].</p>
<p>If you’re at all interested in [[Help:Advanced CSS and JS|how FANDOM works under the hood]], jump right in and start editing — even if you’re just [[Special:Forum|asking a lot of questions]]!</p>
+
<p>If you’re at all interested in [[Help:Advanced CSS and JS|how Fandom works under the hood]], jump right in and start editing — even if you’re just [[Special:Forum|asking a lot of questions]]!</p>
   
   
 
|Foci-title = Things we like
 
|Foci-title = Things we like
|Foci-title-description = While we do a lot of things around here, there are probably three things in particular that FANDOM users most often associate with the Dev Wiki.
+
|Foci-title-description = While we do a lot of things around here, there are probably three things in particular that Fandom users most often associate with the Dev Wiki.
   
 
|Foci-JS-title = JavaScript
 
|Foci-JS-title = JavaScript
Line 26: Line 27:
   
 
|Foci-chathacks-title = Chat hacks
 
|Foci-chathacks-title = Chat hacks
|Foci-chathacks-description = Our users have made a ton of [[:Category:Chat Scripts|scripts]] for the [[Help:Chat|chat]] feature here at FANDOM.
+
|Foci-chathacks-description = Our users have made a ton of [[:Category:Chat Scripts|scripts]] for the [[Help:Chat|chat]] feature here at Fandom.
   
   
 
|ThingsToRemember-title = Things to remember
 
|ThingsToRemember-title = Things to remember
|ThingsToRemember-title-description = Keep a couple of points in your mind when you’re coding here at FANDOM.
+
|ThingsToRemember-title-description = Keep a couple of points in your mind when you’re coding here at Fandom.
   
 
|ThingsToRemember-scope-title = Scope
 
|ThingsToRemember-scope-title = Scope
|ThingsToRemember-scope-description = Both CSS and JS can be either personal or site-wide. [[Help:Personal CSS and JS|Personal code]] is that which affects your account only. [[Help:Community CSS and JS|Site-wide code]] applies to an entire wiki, such that all visitors will see its effect. Under FANDOM’s [[Help:customization policy|customization policy]], not all code is allowed to be site-wide, whereas you can do whatever you want with personal code.
+
|ThingsToRemember-scope-description = Both CSS and JS can be either personal or site-wide. [[Help:Personal CSS and JS|Personal code]] is that which affects your account only. [[Help:Community CSS and JS|Site-wide code]] applies to an entire wiki, such that all visitors will see its effect. Under Fandom’s [[Help:customization policy|customization policy]], not all code is allowed to be site-wide, whereas you can do whatever you want with personal code.
   
 
|ThingsToRemember-MWdocs-title = MediaWiki docs
 
|ThingsToRemember-MWdocs-title = MediaWiki docs
|ThingsToRemember-MWdocs-description = Did you know that the base [[MediaWiki]] software actually has documentation? Don't be ashamed if you don't! Instead, read [[mw:documentation|the introduction]] on MediaWiki.org!
+
|ThingsToRemember-MWdocs-description = Did you know that the base [[Help:MediaWiki|MediaWiki]] software actually has documentation? Don't be ashamed if you don't! Instead, read [[mw:documentation|the introduction]] on MediaWiki.org!
  +
}}
}}<noinclude>
+
</includeonly><noinclude>
 
[[Category:Browse| ]]</noinclude>
 
[[Category:Browse| ]]</noinclude>

Revision as of 07:07, 20 August 2019

MainHeader

Welcome!

You've landed at the Fandom Developers Wiki — but feel free to call us the Dev Wiki!

We’re Fandom’s premier destination for people who are looking to take a deep dive into coding. Whether you’re interested in exploring our code repository or finding a new feature for your home wiki, we’ve probably got a page or two you'll want to read. And there are lots of knowledgeable users around who are willing to lend a hand.

So take a few minutes to look around our front page. We think you’ll find something here that’ll help you make your part of Fandom just a bit more your own — just a little bit "cooler".

Going beyond JavaScript

You might think that Dev Wiki is just a place where JavaScript snippets are stored so that all Fandom wikis can use them.

But we do much more than that.

We provide useful code review to our fellow Dev Wiki contributors. (We don't like bugs any more than you do!) We offer translation services for the code you'll find here. We spitball the future by suggesting newer ways of looking at long-standing coding issues. And we provide a useful training ground for many of the volunteers who go on to become members of our Volunteer Developer Program.

If you’re at all interested in how Fandom works under the hood, jump right in and start editing — even if you’re just asking a lot of questions!

Things we like

While we do a lot of things around here, there are probably three things in particular that Fandom users most often associate with the Dev Wiki.

JavaScript

Whether you want to request a JS feature, or you're looking for an existing one to add to your wiki, we've got you covered.

CSS

Like sculpting with CSS? We've got you covered.

Lua

Our users have made a ton of Lua modules for you to use when creating powerful templates.

Things to remember

Keep a couple of points in your mind when you’re coding here at Fandom.

Scope

Both CSS and JS can be either personal or site-wide. Personal code is that which affects your account only. Site-wide code applies to an entire wiki, such that all visitors will see its effect. Under Fandom’s customization policy, not all code is allowed to be site-wide, whereas you can do whatever you want with personal code.

MediaWiki docs

Did you know that the base MediaWiki software actually has documentation? Don't be ashamed if you don't! Instead, read the introduction on MediaWiki.org!



Text above can be found here (edit)