Template:Recovered: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
(added box on left)
(fixed examples & template edit link.)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Template ==
== Template ==
<onlyinclude><div class="RecoveredPage">
<onlyinclude>{{Article Information Box
| class name          = Recovered
| left cell bgcolor    = #CFF5FF
| left cell icon      = [[File:clock25.png]]
| left cell text      = '''[[MediaWikiRecovery|Recovered]]'''
| right cell bgcolor  = #E8F7FC
| right cell text      = {{{1}}}
}}</onlyinclude>
 
== Old Code ==
<div class="RecoveredPage">
<table width="100%" style="border: 1px solid #aaaaaa;">
<table width="100%" style="border: 1px solid #aaaaaa;">
<tr valign="top" style="background: #E8F7FC;">
<tr valign="top" style="background: #E8F7FC;">
<td style="width:80px; font-weight: bold;">Recovered Content<br/><br/><br/></td>
<td style="background: #CFF5FF; width: 100px; white-space: nowrap; padding: 2px 1em 0 0.5em; border-right: 1px solid #aaaaaa; font-size: 12px;">[[File:clock25.png]]&nbsp;&nbsp;'''[[MediaWikiRecovery|Recovered:]]'''</td>
<td style="vertical-align: top;">
<td style="padding: 1px 1em 0; font-size: 12px;">
{{{1}}}
{{{1}}}
</td></tr></table></div><br/></onlyinclude>
</td></tr></table></div><br/>
This is what has been used before [[Template:Article Information Box]] has been introduced.


== Syntax ==
== Syntax ==
  <nowiki>{{RecoveredPage|comments}}</nowiki>
  <nowiki>{{Recovered|comments}}</nowiki>
 
== Example ==
<nowiki>{{Recovered|The following content has been recovered from the old Wiki.
                The information provided may be outdated or inaccurate.}}</nowiki>
{{Recovered|The following content has been recovered from the old Wiki. The information provided may be outdated or inaccurate.}}
<nowiki>{{Recovered|The following content has been recovered from pantheraproject*net.
                Some content may not be formatted properly.}}</nowiki>
{{Recovered|The following content has been recovered from pantheraproject*net. Some content may not be formatted properly.}}
Note that the line breaks in the above examples are only because of some problem with the current MediaWiki installation.
 


==Example==
[[Category:Templates]]
{{RecoveredPage|comments}}

Latest revision as of 13:25, 28 August 2010

Template

  Recovered

{{{1}}}

e

Old Code

  Recovered:

{{{1}}}


This is what has been used before Template:Article Information Box has been introduced.

Syntax

{{Recovered|comments}}

Example

{{Recovered|The following content has been recovered from the old Wiki. 
                The information provided may be outdated or inaccurate.}}
  Recovered

The following content has been recovered from the old Wiki. The information provided may be outdated or inaccurate.

e
{{Recovered|The following content has been recovered from pantheraproject*net.
                Some content may not be formatted properly.}}
  Recovered

The following content has been recovered from pantheraproject*net. Some content may not be formatted properly.

e

Note that the line breaks in the above examples are only because of some problem with the current MediaWiki installation.