Template:AddAnn: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Vorlage→Template)
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
*The second one for a German annotation
*The second one for a German annotation
===Dependencies===
===Dependencies===
The template depends on [[Template:Ann]] and [[Template:Deu]]. There is a big number of templates depending on it, eg [[Vorlage:InheritAnyAttribute]].
The template depends on [[Template:Ann]] and [[Template:Deu]]. There is a big number of templates depending on it, eg [[Template:InheritAnyAttribute]].
==Example==
==Example==
<nowiki>{{addAnn}}</nowiki>
<nowiki>{{addAnn}}</nowiki>


delivers nothing at all{{#if:|<br/>{{Ann|{{{1}}}}}|}}{{#if:|<br/>{{Deu|{{Ann|{{{2}}}}}}}|}}.
delivers nothing at all.


<nowiki>{{addAnn||German Annotation}}</nowiki>
<nowiki>{{addAnn||German Annotation}}</nowiki>
Line 17: Line 17:
delivers
delivers


{{#if:|<br/>{{Ann|}}|}}{{#if:German Annotation|<br/>{{Deu|{{Ann|German Annotation}}}}|}}
<br/><span style="color:#0000FF">''German Annotation''</span>


<nowiki>{{addAnn|English Annotation|German Annotation}}</nowiki>
<nowiki>{{addAnn|English Annotation|German Annotation}}</nowiki>
Line 23: Line 23:
delivers
delivers


{{addAnn|English Annotation|German Annotation}}
<br/>''English Annotation''<br/><span style="color:#0000FF">''German Annotation''</span>


[[Category:MarkupTemplate]]</noinclude>
[[Category:MarkupTemplate]]</noinclude>

Revision as of 17:33, 19 July 2016

Usage

This template is used to depict annotations both in English and in German.

Arguments

The template has two unnamed optional arguments:

  • The first one for an English Annotation
  • The second one for a German annotation

Dependencies

The template depends on Template:Ann and Template:Deu. There is a big number of templates depending on it, eg Template:InheritAnyAttribute.

Example

{{addAnn}}

delivers nothing at all.

{{addAnn||German Annotation}}

delivers


German Annotation

{{addAnn|English Annotation|German Annotation}}

delivers


English Annotation
German Annotation