• 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

From Kancolle Wiki
Jump to navigation Jump to search
This article is missing some information.
You can help by adopting it and adding the missing information.
This article is open for adoption.

Template-info.png Template documentation [view] [edit] [history] [purge]

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.

Currently, this template only supports up to 3 (three) people adopting the same article. In case there are more people needed, please contact Ethrundr in order to expand the template to support necessary amount of people.

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>}}

Notes:

  • The help part (second line of the basic template) will be gone once the page is adopted, and replaced by The page is already being adopted and currently under renovation.

Examples

Displayed Result

Basic Format (Unadopted Page, Default)

This article is missing some information.
You can help by adopting it and adding the missing information.
This article is open for adoption.


Basic Format (Unadopted Page, Modified)

This section is needing some design modification.
You can help by adopting it and modify the current design.
Missing Information: Example
This section is open for adoption.


Single User Adoption (Default)

This article is missing some information.
The article is already being adopted and currently under renovation.
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 needing 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.
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 needing 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 Used for Example

Basic Format (Unadopted Page, Default)

{{Under Construction}}

Basic Format (Unadopted Page, Modified)

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

Single User Adoption (Default)

{{Under Construction
|Page Adopted   = Ethrundr}}

Single User Adoption (Modified)

{{Under Construction
|Scope  = section
|Desc   = needing some design modification.
|Missing Information = Example
|Page Adopted   = Ethrundr}}

Multiple User Adoption (Default)

{{Under Construction
|Page Adopted   = Ethrundr
|Page Adopted 2 = CDRW
|Page Adopted 3 = ILyn}}

Multiple User Adoption (Modified)

{{Under Construction
|Scope  = section
|Desc   = needing some design modification.
|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.