Changes

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..."
__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 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 {{tlx|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 <code>{{tlx|Under Construction|...}}</code> at the start of an article or section.
<pre>
{{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>}}
</pre>

==Examples==
===Displayed Result===
====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}}

===Codes for Example===
====Single User Adoption (Default)====
<pre>
{{Under Construction
|Missing Information = Test Example
|Page Adopted = Ethrundr}}
</pre>

====Single User Adoption (Modified)====
<pre>
{{Under Construction
|Scope = section
|Desc = requires some design modification.
|Help = and modify the current design.
|Missing Information = Example
|Page Adopted = Ethrundr}}
</pre>

====Multiple User Adoption (Default)====
<pre>
{{Under Construction
|Missing Information = Test Example
|Page Adopted = Ethrundr
|Page Adopted 2 = CDRW
|Page Adopted 3 = ILyn}}
</pre>

====Multiple User Adoption (Modified)====
<pre>
{{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}}
</pre>

==Notes==
#The template automatically links to the users' page, therefore <code><nowiki>[[User:]]</nowiki></code> tags are not required. Spelling of the names is case-sensitive (except for the first letter).
#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 '''''<u>article</u>''''', 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 '''''<u>section</u>''''', and this template must be placed directly after the section header of respective section being constructed.

<includeonly>[[Category:Article management templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
Anonymous user