17,514
edits
Line 39: | Line 39: | ||
Here's a list of some templates and how to use them. | Here's a list of some templates and how to use them. | ||
=== | ===Basic templates=== | ||
See [[:Category:Basic templates]] | See [[:Category:Basic templates]] | ||
Line 53: | Line 53: | ||
Instead of {{ic|<nowiki>[[Category:Category name]]</nowiki>}} to add a category to a page we use {{ic|<nowiki>{{category |category=Category name}}</nowiki>}}. | Instead of {{ic|<nowiki>[[Category:Category name]]</nowiki>}} to add a category to a page we use {{ic|<nowiki>{{category |category=Category name}}</nowiki>}}. | ||
====Code==== | |||
To put some code inside a grey box like {{Ic|example code}} just write <nowiki>{{Ic|example code}}</nowiki>. | |||
====Navbar==== | |||
Many pages display a navbar on the bottom, but not in mobile view. To add this to the page just put {{Ic|<nowiki>{{Navbar}}</nowiki>}} on the bottom of the page. If it's a page about a software project, e.g. Mastodon, then use e.g. {{Ic|<nowiki>{{Navbar/Mastodon}}</nowiki>}} instead. | |||
====LangSwiInd==== | |||
This one is rarely needed for basic editing. It simply puts a slash followed by the language code in the text. So e.g. /en, /de, /ja, /he, ...<br> | |||
To use it simply put {{Ic|<nowiki>{{LangSwiInd}}</nowiki>}} in the code. | |||
===Content templates=== | |||
See [[:Category:Content templates]].<br> | |||
These are templates that are simply used to put something in many articles without having to edit each article every time the content updates. | |||
They are: | |||
* [[Template:Comparison of Mastodon forks]] | |||
* [[Template:Comparison of microblogging services]] | |||
* [[Template:Getting started links]] | |||
===Infobox templates=== | ===Infobox templates=== |