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

Template:Under Construction/doc

From Kancolle Wiki
< Template:Under Construction
Revision as of 21:01, 20 December 2013 by >Ethrundr (Created page with "__NOTOC__ ==Disclaimer== This is a technical documentation, so proper design or information organization is not needed, as long as it able to explain the code used in the temp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Disclaimer

This is a technical documentation, so proper design or information organization is not needed, as long as it able to explain the code used in the template. If you feel any difficulties on understanding the codes, feel free to ask any technical editors around.

Description

This template will categorize articles that include it into Category:Under Construction Articles, and mark it with an Under Construction template.

Functions

This template functionality is similar to the {{Stub}} template, but this one is preferred for the larger articles that already have considerable amount of information and just lacking some details in certain sections.

Syntax

Type {{Under Construction|...}} at the start of an article or section.

{{Under Construction
|Scope  = <either article or section. default = article>
|Desc   = <if you want to add some description. default = missing some information.>
|Help   = <if you want to specify how people can help. default = and adding the missing information.>
|Missing Information = <add the kind of details the article is missing>
|Page Adopted   = Ethrundr         <this is the 1st user>
|Page Adopted 2 = CDRW             <this is the 2nd user>
|Page Adopted 3 = ILyn             <this is the 3rd user>}}

Examples

Displayed Result

Single User Adoption (Default)

This article is missing some information.
The article is already being adopted and currently under renovation.
Missing Information: Test Example
Page Adopted By: Ethrundr
Please contact this person before making any major (non-grammar, typo correction, redesigning etc.) edits on this article.


Single User Adoption (Modified)

This section is requires some design modification.
The section is already being adopted and currently under renovation.
Missing Information: Example
Page Adopted By: Ethrundr
Please contact this person before making any major (non-grammar, typo correction, redesigning etc.) edits on this section.


Multiple User Adoption (Default)

This article is missing some information.
The article is already being adopted and currently under renovation.
Missing Information: Test Example
Page Adopted By: Ethrundr, CDRW, ILyn
Please contact these people before making any major (non-grammar, typo correction, redesigning etc.) edits on this article.


Multiple User Adoption (Modified)

This section is requires some design modification.
The section is already being adopted and currently under renovation.
Missing Information: Example
Page Adopted By: Ethrundr, CDRW, ILyn
Please contact these people before making any major (non-grammar, typo correction, redesigning etc.) edits on this section.


Codes for Example

Single User Adoption (Default)

{{Under Construction
|Missing Information = Test Example
|Page Adopted   = Ethrundr}}

Single User Adoption (Modified)

{{Under Construction
|Scope  = section
|Desc   = requires some design modification.
|Help   = and modify the current design.
|Missing Information = Example
|Page Adopted   = Ethrundr}}

Multiple User Adoption (Default)

{{Under Construction
|Missing Information = Test Example
|Page Adopted   = Ethrundr
|Page Adopted 2 = CDRW
|Page Adopted 3 = ILyn}}

Multiple User Adoption (Modified)

{{Under Construction
|Scope  = section
|Desc   = requires some design modification.
|Help   = and modify the current design.
|Missing Information = Example
|Page Adopted   = Ethrundr
|Page Adopted 2 = CDRW
|Page Adopted 3 = ILyn}}

Notes

  1. The template automatically links to the users' page, therefore [[User:]] tags are not required. Spelling of the names is case-sensitive (except for the first letter).
  2. Notes for Scope
    • For the scopes, here's the detailed explanation:
      • If the information that being constructed involves whole article, then the scope of the template should be article, and this template must be placed at the topmost of the article page.
      • If the information that being constructed just a part of an article (section), then the scope of the template should be section, and this template must be placed directly after the section header of respective section being constructed.