Wiki Tutorials: Difference between revisions

From BadWolfMC Wiki
No edit summary
Line 13: Line 13:
== Message Box Templates ==  
== Message Box Templates ==  
These are the templates for the message boxes used at the top of articles to draw attention, notably at the top of [[:Category:Stubs|stub]] pages or in tutorials to draw attention to warnings.
These are the templates for the message boxes used at the top of articles to draw attention, notably at the top of [[:Category:Stubs|stub]] pages or in tutorials to draw attention to warnings.
* [[Template:Ambox|Article Message Box]] - This is the master message box template page with full instructions.
* [[Template:Ambox|Article Message Box]] - This is the master message box template page with full instructions. All other message box templates are derived at least in part from this template.
* [[Template:Cleanup|Cleanup Message Box]] - These message boxes are used on articles that need cleanup
* [[Template:Cleanup|Cleanup Message Box]] - These message boxes are used on articles that need cleanup. The basic code for use is <nowiki>{{Cleanup|reason=the article is full of bad spelling.|date=July 2018}}</nowiki>
* [[Template:Images|Images Needed Template]] - This template is used for articles that need more or better images and can be inserted in a page by using <nowiki>{{images}}</nowiki> first thing on the page.
* [[Template:Images|Images Needed Template]] - This template is used for articles that need more or better images and can be inserted in a page by using <nowiki>{{images}}</nowiki> first thing on the page.
* [[Template:Stub|Stub Template]] - This template is used for stub pages that require expansion and can be inserted into a page by using <nowiki>{{stub}}</nowiki> first thing on the page.
* [[Template:Stub|Stub Template]] - This template is used for stub pages that require expansion and can be inserted into a page by using <nowiki>{{stub}}</nowiki> first thing on the page.

Revision as of 20:01, 16 July 2018

Wiki How To

Infobox Templates

These are the templates for the information boxes shown on the right-hand side of a wiki article, for example on the Citadel page.

Message Box Templates

These are the templates for the message boxes used at the top of articles to draw attention, notably at the top of stub pages or in tutorials to draw attention to warnings.

  • Article Message Box - This is the master message box template page with full instructions. All other message box templates are derived at least in part from this template.
  • Cleanup Message Box - These message boxes are used on articles that need cleanup. The basic code for use is {{Cleanup|reason=the article is full of bad spelling.|date=July 2018}}
  • Images Needed Template - This template is used for articles that need more or better images and can be inserted in a page by using {{images}} first thing on the page.
  • Stub Template - This template is used for stub pages that require expansion and can be inserted into a page by using {{stub}} first thing on the page.

Installed Wiki Plugins & Usage