Difference between revisions of "Admin Help"

From Ettus KB QA
Jump to: navigation, search
(Created page with "Tips and tricks for admins and editors. <div class="row"> <div class="col-1-2"> == Getting started == * [//www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_set...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Tips and tricks for admins and editors.  
 
Tips and tricks for admins and editors.  
 +
__NOTOC__
  
 
<div class="row">
 
<div class="row">
Line 15: Line 16:
 
* [https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F Table of Contents FAQ]
 
* [https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F Table of Contents FAQ]
 
* [https://www.mediawiki.org/wiki/Help:Categories Adding Categories]
 
* [https://www.mediawiki.org/wiki/Help:Categories Adding Categories]
 +
* Add <code>__NOTOC__</code> to any article you don't want to have a Table of Contents for.
 +
</div>
 +
</div>
 +
 +
<div class="row">
 +
<div class="col-1-2">
 +
== Edit Sidebar ==
 +
* In search bar, search "mediawiki:sidebar"
 +
* Select edit
 +
* To add category to sidebar: add <code>* CATEGORY:{{ Category Name }}|{{ Section title}}</code>
 +
</div>
 +
<div class="col-1-2">
 +
== MediaWiki Tips ==
 +
* Use html with classes: "row" "col-1-2" and "col-1-4" and "col-1-3" to make columns in body
 +
* Link with `[url | title]` and you can link titles to other pages
 +
* [https://www.mediawiki.org/wiki/Manual:FAQ#How_can_I_hide_the_table_of_contents.3F Table of Contents FAQ]
 +
* [https://www.mediawiki.org/wiki/Help:Categories Adding Categories]
 +
* [https://www.mediawiki.org/wiki/Help:Images#Display_image.2C_link_it_to_another_page_or_website Images]
 +
* [https://fortawesome.github.io/Font-Awesome/icons/ Available Icons]
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 16:41, 7 March 2016

Tips and tricks for admins and editors.


MediaWiki Tips

  • Use html with classes: "row" "col-1-2" and "col-1-4" to make columns in body
  • Link with `[url | title]` and you can link titles to other pages
  • Table of Contents FAQ
  • Adding Categories
  • Add to any article you don't want to have a Table of Contents for.

Edit Sidebar

MediaWiki Tips