Template:AddAnn: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
(Created for use in template based element documentation sites)
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if: {{{1|}}} | <br/> {{Ann| {{{1}}} }} | }} {{#if: {{{2|}}} | <br/> {{Deu| {{Ann| {{{2}}} }} }} | }}<noinclude>[[Category:MarkupTemplate]]</noinclude>
<includeonly>{{#if:{{{1|}}}|<br/>{{Ann|{{{1}}}}}|}}{{#if:{{{2|}}}|<br/>{{Deu|{{Ann|{{{2}}}}}}}|}}</includeonly><noinclude>
==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==
<nowiki>{{addAnn}}</nowiki>
 
delivers nothing at all.
 
<nowiki>{{addAnn||German Annotation}}</nowiki>
 
delivers
 
<br/><span style="color:#0000FF">''German Annotation''</span>
 
<nowiki>{{addAnn|English Annotation|German Annotation}}</nowiki>
 
delivers
 
<br/>''English Annotation''<br/><span style="color:#0000FF">''German Annotation''</span>
 
[[Category:MarkupTemplate]]
{{interwiki}}
</noinclude>

Latest revision as of 10:00, 14 August 2020

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