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.

Difference between revisions of "Template:Under Construction Light"

From TWC Wiki
Jump to navigationJump to search
(Based on previous wikipedia design (Template:Under Construction))
 
(standardising)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center><div class="messagebox under construction metadata">
+
<center>
{| class="messagebox" style="max-width:45em;background: #CCCCCC"
+
{| class="mild-notice" style="max-width:40em;"
 
|-
 
|-
 
|align=center|[[Image:Under construction icon-yellow.png|80px]]
 
|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>
+
|align=center|This article is '''in the middle of an expansion'''. <span class="plainlinks"> You are welcome to help by [{{fullurl:{{FULLPAGENAME}}|action=edit}} by contributing your own edit.]</span><br/><small>Please discuss any major edits on the talk page.</small>
|}</div></center><includeonly>[[Category:Under Construction]]</includeonly>
+
|}</center><includeonly>[[Category:Under Construction]]</includeonly>
 +
<noinclude>To use this template simply copy the following code on to the top of a page under a small amount of construction. It should be removed when no longer relevant.
 +
=====Code:=====
 +
<nowiki>
 +
{{Under Construction Light}}
 +
</nowiki>
 +
====Further Instructions====
 +
No further steps are required.
 +
</noinclude>
  
<noinclude>[[category:template]]</noinclude>
+
<noinclude>[[category:Maintenance Template]]</noinclude>
 
 
== Usage ==
 
 
 
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.
 
 
 
<nowiki>{{Under Construction light}}</nowiki>
 
 
 
===Complete Code===
 
 
 
If you, for some reason, need to edit this code, the complete code used to display this message is below.
 
 
 
<nowiki>{| 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>
 
|}</nowiki>
 
 
 
'''Changing class or color'''
 
 
 
If you must change the background color, the text that needs to be edited is below:
 
 
 
<nowiki>{| class="messagebox" style="max-width:45em;background:</nowiki> '''#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: [http://en.wikipedia.org/w/index.php?title=Template:Under_construction&action=edit ''Template:Under Construction'' Wikipedia source page]
 
 
 
[[Category:Under Construction]]
 

Latest revision as of 01:54, 20 April 2020

Under construction icon-yellow.png This article is in the middle of an expansion. You are welcome to help by by contributing your own edit.
Please discuss any major edits on the talk page.

To use this template simply copy the following code on to the top of a page under a small amount of construction. It should be removed when no longer relevant.

Code:
{{Under Construction Light}}
 

Further Instructions

No further steps are required.