Difference between revisions of "Admin Help"

From Ettus KB QA
Jump to: navigation, search
 
(3 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_
+
__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">
 
== MediaWiki Tips ==
 
== MediaWiki Tips ==
* Use html with classes: "row" "col-1-2" and "col-1-4" to make columns in body
+
* 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
 
* 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/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]
 +
* [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