Difference between revisions of "Template:Error"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Qazaaq
m (now where did the text go)
imported>Qazaaq
m (a table needs rows and data fields of course)
Line 11: Line 11:
[[Category: Article Tags|Error]][[Category: Templates|Error]]</noinclude>
[[Category: Article Tags|Error]][[Category: Templates|Error]]</noinclude>


<includeonly><table style="width:650px;height:50px;background:lavender;border:1px solid royalblue;margin: 1em auto 1em auto;text-align:center;">
<includeonly><table style="width:650px;height:50px;background:lavender;border:1px solid royalblue;margin: 1em auto 1em auto;text-align:center;"><tr>


{{#if: {{{1|}}} | '''{{{1}}}''' | '''This Page Has Errors.'''}}
<td>{{#if: {{{1|}}} | '''{{{1}}}''' | '''This Page Has Errors.'''}}<br><small>Further information might be found in a section of the discussion page.  Please remove this message when no longer necessary.</small></td>


<br><small>Further information might be found in a section of the discussion page.  Please remove this message when no longer necessary.</small></table>
</tr></table>
[[Category:Articles Needing Attention|{{PAGENAME}}]]
[[Category:Articles Needing Attention|{{PAGENAME}}]]
[[Category:Articles with Errors|{{PAGENAME}}]]</includeonly>
[[Category:Articles with Errors|{{PAGENAME}}]]</includeonly>

Revision as of 13:42, 12 December 2008

This template is used to mark a page with errors. An optional custom errormessage can be displayed as follows.

example:

{{Error| The example on this page is incorrect.}}

result:


The example on this page is incorrect
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.

example:

{{Error}}

result:


This Page Has Errors.
Further information might be found in a section of the discussion page. Please remove this message when no longer necessary.