Difference between revisions of "Template:OOPM:Templates:Documentation:Shared:StandardDeprecationNotice"

From Apache OpenOffice Wiki
Jump to: navigation, search
(added see to use in case that an alternative was provide)
Line 30: Line 30:
 
<div style="border: 2px solid black; background-color: yellow; font-size: 12pt; font-weight: bold; width: 80%; margin: auto; padding: 16px; margin-top: 2em; margin-bottom: 2em;">
 
<div style="border: 2px solid black; background-color: yellow; font-size: 12pt; font-weight: bold; width: 80%; margin: auto; padding: 16px; margin-top: 2em; margin-bottom: 2em;">
 
'''DEPRECATION NOTICE''' [[{{{origin}}}]] has been deprecated.
 
'''DEPRECATION NOTICE''' [[{{{origin}}}]] has been deprecated.
{{#ifeq: {{{alternate}}} | | | Please use the provided alternative [[{{{alternate}}}]].}}
+
{{#ifeq: {{{alternate}}} | | | Please use/see the provided alternative [[{{{alternate}}}]].}}
 
</div>
 
</div>
 
</includeonly>
 
</includeonly>

Revision as of 16:47, 8 May 2009


Meta

Template Name Template:OOPM:Templates:Documentation:Shared:StandardDeprecationNotice
Author Carsten Klein "rts" <carsten.klein@abstraxion.de>
Created 2009-04-09
Edited 2009-005-08

Purpose

Used for template/article deprecation notices.

This template should be included with any template/article that is considered deprecated.

Synopsis

{{Template:OOPM:Templates:Documentation:Shared:StandardDeprecationNotice:1.0
|template=<WikiUrn>
|alternate=<WikiUrn>>
}}

Parameter Reference

  • template
The urn of the template. This will be used for display in for example the deprecation notice.
E.g. Template:OOPM:Templates:Documentation:Shared:CategoryPageHeader:1.0
  • alternate (optional)
The urn of the alternative template to be used instead. This will be used for display in
the deprecation notice.
E.g. Template:OOPM:Templates:Documentation:Shared:CategoryPageHeader:1.1

Preview

IMPORTANT NOTICE: Do not edit a/o create the below dummy links.

DEPRECATION NOTICE FooBar has been deprecated. Please use the provided alternative [[BarsFooNeverWentTo]].


Uses Template:OOPM:Templates:Documentation:Shared:StandardTemplateHeader

Personal tools