Difference between revisions of "Template:Needs Improved"

From Fallen Sword Wiki
Jump to: navigation, search
(remove link to talk page since it didn't work)
(add possibility to specify the information that is missing on a page. Also add more explaination on usage)
Line 1: Line 1:
 +
<noinclude>
 +
Add this notice on top of pages which are in need of improvements. It will display a box with this information as well as put the page in question on the [[:Category:Needs Improved|proper category page]]. Optionally, you can also specify more in detail what is missing.<br>
 +
'''Simple Usage:'''<pre>{{Needs Improved}}</pre>
 +
'''To specify details:'''<pre>{{Needs Improved
 +
|missing-info=The info that is missing
 +
}}</pre>
 +
</noinclude>
 +
<includeonly>
 
{{Warningbox
 
{{Warningbox
 
|Title=This page is missing information and needs improvement
 
|Title=This page is missing information and needs improvement
|Text=If you have the necessary information, please [{{fullurl:{{PAGENAME}}|action=edit}} add it to this page.] <br>Please remove this message once this article has been completed.
+
|Text=If you have the necessary information, please [{{fullurl:{{PAGENAME}}|action=edit}} add it to this page.] {{#if: {{{missing-info|}}}|<br>'''Missing Info:''' {{{missing-info}}}|}}<br> ''Please remove this message once this article has been completed.''
 
|Width=80%
 
|Width=80%
 
}}
 
}}
<includeonly>
 
 
[[Category:Needs Improved]]
 
[[Category:Needs Improved]]
 
</includeonly>
 
</includeonly>

Revision as of 20:17, 2 July 2009

Add this notice on top of pages which are in need of improvements. It will display a box with this information as well as put the page in question on the proper category page. Optionally, you can also specify more in detail what is missing.

Simple Usage:
{{Needs Improved}}
To specify details:
{{Needs Improved
|missing-info=The info that is missing
}}