Difference between revisions of "Template:CopyrightNotice"
From Userful Support
Jump to navigationJump to search(8 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
'''Parameters:''' | '''Parameters:''' | ||
− | * '''1''' -- the year(s) of the copyright. | + | * '''1''' -- the year(s) of the copyright. (Note - if not supplied, will be use year of revision automatically) |
− | * '''2''' -- the date of the most recent changes to the page. | + | * '''2''' -- the date of the most recent changes to the page (any date format). (Note - this will be automatically generated if not supplied) |
+ | * '''3''' -- brief, additional, copyright/license related message. | ||
'''Usage:''' | '''Usage:''' | ||
Line 11: | Line 12: | ||
: <code><nowiki>{{CopyrightNotice|2005-2007}}</nowiki></code> | : <code><nowiki>{{CopyrightNotice|2005-2007}}</nowiki></code> | ||
: <code><nowiki>{{CopyrightNotice|2007|2007.04.05}}</nowiki></code> | : <code><nowiki>{{CopyrightNotice|2007|2007.04.05}}</nowiki></code> | ||
− | : <code><nowiki>{{CopyrightNotice|2007|2007 | + | : <code><nowiki>{{CopyrightNotice|2007|April 23, 2007|Add some message here}}</nowiki></code> |
</noinclude> | </noinclude> | ||
− | < | + | <small><small> |
− | [[Copyright]] © {{{1}}} | + | [[Copyright]] © {{if|{{{1|}}}|then={{{1}}}|else={{REVISIONYEAR}}}} <span class="plainlinks">[http://www.userful.com Userful Corporation]</span>. All rights reserved.{{if|{{{3|}}}|then= {{{3}}}|else=}} |
− | {{if|{{{2|}}}|then=<br>(Updated {{{2}}})|else=}} | + | {{if|{{{2|}}}|then=<br>(Updated {{{2}}})|else=<br>(Updated {{REVISIONYEAR}}.{{REVISIONMONTH}}.{{REVISIONDAY2}})}}</small></small> |
− | </small>< | ||
<noinclude> | <noinclude> | ||
[[Category: Templates]] | [[Category: Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 20:30, 11 March 2009
Template: CopyrightNotice -- presents a standard copyright notice for Userful documents.
Parameters:
- 1 -- the year(s) of the copyright. (Note - if not supplied, will be use year of revision automatically)
- 2 -- the date of the most recent changes to the page (any date format). (Note - this will be automatically generated if not supplied)
- 3 -- brief, additional, copyright/license related message.
Usage:
{{CopyrightNotice|2007}}
{{CopyrightNotice|2005-2007}}
{{CopyrightNotice|2007|2007.04.05}}
{{CopyrightNotice|2007|April 23, 2007|Add some message here}}
Copyright © 2009 Userful Corporation. All rights reserved.
(Updated 2009.03.11)