Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

TWC Wiki:Under Construction template guide

From TWC Wiki
Revision as of 17:27, 19 December 2010 by CoconutFred (talk | contribs) (added new guide for templates...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This page deals with how to use the templates Template:Under Construction heavy and Template:Under Construction light.

Usage:Under Construction heavy

Use this template to show that an article is under heavy construction and should not be edited. That is, use only on pages undergoing massive renovations.

Complete Code

Anyway, copy and paste the text below to create the above infobox.


{| class="messagebox" style="max-width:40em;background: #CCCCCC"
 |-
 |align=center|[[Image:Under construction icon-red.png|80px]]
 |align=center|This article is '''under heavy construction'''. Please '''do not edit this page unless you part of the construction team'''.
 <br/><small>If you are editing this page, please '''sign your name on this template''' with 4 tildes <nowiki>(~~~~)
|}</nowiki>

Or, you can simply type {{Under Construction heavy}}, if you're too lazy to fill out the signature line. I strongly discourage this as the build team, if there is one, will not know if it was you who posted that message.


IMPORTANT!

If you are part of a build team constructing the page in question, please fill out the signature line, the last line in the code of this template. That is, this line:

<br/><small>If you are editing this page, please '''sign your name on this template''' with 4 tildes <nowiki>(~~~~)</nowiki>

Simply type in 4 tildes, or ~~~~ to sign your name.




In the complete code, the line is highlighted in this example:

{| class="messagebox" style="max-width:40em;background: #CCCCCC"
 |-
 |align=center|[[Image:Under construction icon-red.png|80px]]
 |align=center|This article is '''under heavy construction'''. Please '''do not edit this page unless you part of the construction team'''.
 '''<br/><small>~~~~</small>'''
 |}

This gives the box below:

Under construction icon-red.png This article is under heavy construction. Please do not edit this page unless you part of the construction team.


CoconutFred 15:23, 15 December 2010 (MST)




Usage:Under Construction light

Use this template to show that an article is under construction or has not yet been completed. Be aware that this message does not inform others to refrain from editing your page.

Quickcode

Type this at the top of your page to desplay the message above.

{{Under Construction light}}

Complete Code

If you, for some reason, need to edit this code, the complete code used to display this message is below.

{| class="messagebox" style="max-width:45em;background: #CCCCCC"
 |-
 |align=center|[[Image:Under construction icon-yellow.png|80px]]
 |align=center|This article is '''in the middle of an expansion'''. <p class="plainlinks"> You are welcome to help by [{{fullurl:{{FULLPAGENAME}}  |action=edit}} ''by contributing your own edit''.]</p><br/><small>Please discuss any major edits on the talk page.</small>
 |}

Changing class or color

If you must change the background color, the text that needs to be edited is below:

{| class="messagebox" style="max-width:45em;background: #CCCCCC"

Change the bolded text to change background color. Refer to the following list of HTML color code:

White #FFFFFF
Black #000000
Gray #808080
Red #FF0000
Yellow #FFFF00
Green #008000
Blue #0000FF
Purple #800080

Source

This template was based on the Wikipedia Template:Under Construction

The source can be viewed here: Template:Under Construction Wikipedia source page