Difference between revisions of "Admin Help"

From Ettus KB QA
Jump to: navigation, search
Line 1: Line 1:
 
Tips and tricks for admins and editors.  
 
Tips and tricks for admins and editors.  
_NOTOC_
+
__NOTOC__
  
 
<div class="row">
 
<div class="row">
Line 16: 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 `_NOTOC_` to any article you don't want to have a Table of Contents for.
+
* Add <code>__NOTOC__</code> to any article you don't want to have a Table of Contents for.
 
</div>
 
</div>
 
</div>
 
</div>
Line 25: Line 25:
 
* In search bar, search "mediawiki:sidebar"
 
* In search bar, search "mediawiki:sidebar"
 
* Select edit
 
* Select edit
* To add category to sidebar: add `* CATEGORY:{{ Category Name }}|{{ Section title}}`
+
* To add category to sidebar: add <code>* CATEGORY:{{ Category Name }}|{{ Section title}}</code>
 
</div>
 
</div>
 
<div class="col-1-2">
 
<div class="col-1-2">

Revision as of 09:29, 15 February 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