• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Template:Ambox"

From Kancolle Wiki
Jump to navigation Jump to search
m (title)
m (more fields doc)
Line 3: Line 3:
 
To be used on articles when the content has issues.
 
To be used on articles when the content has issues.
  
===Code===
+
===Sample Code===
 
<pre>
 
<pre>
 
{{Ambox
 
{{Ambox
|type =  
+
|type = protection
|message =  
+
|title = This page is locked because of an edit war.
|users =  
+
|message = If you want to discuss the issue, please check this thread.
 +
|user_act = Edit war between:
 +
|users = [[Special:Contributions/190.27.112.124|190.27.112.124]] and [[Special:Contributions/69.120.133.5|69.120.133.5]]
 
}}
 
}}
 
</pre>
 
</pre>
 +
 +
===Parameters===
 +
* '''type''' (required) List of types can be seen below
 +
* '''title''' (optional) The bold text in the description
 +
* '''message''' (optional) The normal text that comes after title
 +
* '''user_act''' (optional) Phase before the users e.g. "Proposed by: "
 +
* '''users''' (required) List of involved users and links to their profiles
 +
  
 
===Types===
 
===Types===

Revision as of 04:16, 17 March 2015

Documentation

To be used on articles when the content has issues.

Sample Code

{{Ambox
|type = protection
|title = This page is locked because of an edit war.
|message = If you want to discuss the issue, please check this thread.
|user_act = Edit war between:
|users = [[Special:Contributions/190.27.112.124|190.27.112.124]] and [[Special:Contributions/69.120.133.5|69.120.133.5]]
}}

Parameters

  • type (required) List of types can be seen below
  • title (optional) The bold text in the description
  • message (optional) The normal text that comes after title
  • user_act (optional) Phase before the users e.g. "Proposed by: "
  • users (required) List of involved users and links to their profiles


Types

  • construction
  • translation
  • delete
  • cleanup
  • notice
  • move
  • protection
  • renovate


Implementation