Template:Updated: Difference between revisions
Jump to navigation
Jump to search
(Made 3rd parameter optional.) |
(Converted to use the new Article Information Box Template) |
||
Line 1: | Line 1: | ||
== Template == | == Template == | ||
<onlyinclude><div class="UpdatedPage"> | {{Article Information Box | ||
| class name = UpdatedPage | |||
| table width = 100 | |||
| table boarder = 1px solid #aaaaaa | |||
| table text align = middle | |||
| left cell bgcolor = #DFDFDF; | |||
| left cell font size = 12px | |||
| left cell padding = 2px 1em 0 0.5em | |||
| left cell icon = [[File:Appointment-new.png]] | |||
| left cell text = '''Updated:''' | |||
| right cell bgcolor = #EFEFEF | |||
| right cell font size = 12px | |||
| right cell padding = 1px 1em 0 | |||
| right cell text = This page has been updated on '''{{{1}}}''' for the release of Shareaza v{{{2}}}. {{{3|}}} | |||
}} | |||
<onlyinclude>[[Category:UpdatedPages]]</onlyinclude> | |||
== Old Code == | |||
<div class="UpdatedPage"> | |||
<table width="100%" style="border: 1px solid #aaaaaa;"> | <table width="100%" style="border: 1px solid #aaaaaa;"> | ||
<tr valign="middle" style="background: #EFEFEF;"> | <tr valign="middle" style="background: #EFEFEF;"> | ||
Line 6: | Line 25: | ||
<td style="padding: 1px 1em 0; font-size: 12px;"> | <td style="padding: 1px 1em 0; font-size: 12px;"> | ||
This page has been updated on '''{{{1}}}''' for the release of Shareaza v{{{2}}}. {{{3|}}} | This page has been updated on '''{{{1}}}''' for the release of Shareaza v{{{2}}}. {{{3|}}} | ||
</td></tr></table></div>[[Category:UpdatedPages]] | </td></tr></table></div>[[Category:UpdatedPages]] | ||
== Syntax == | == Syntax == |
Revision as of 04:07, 30 July 2010
Template
Updated: |
This page has been updated on {{{1}}} for the release of Shareaza v{{{2}}}. | e |
Old Code
Syntax
{{UpdatedPage|date|version|comments}}
Note that the third parameter ("comments") is optional.
Example
Usage
To be used exclusively with WikiProjects.UpdateAndVerifyPages. Adds the page it is used on to the Category:UpdatedPages.