Template:UCpdf: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly><nowiki />
{|bgcolor={{#switch:{{{2}}}|consolidated|draft="#F0CA00"|#default="green"}} style="width: 100%;"
{|bgcolor={{#switch:{{{2}}}|consolidated|draft="#F0CA00"|#default="green"}} style="width: 100%;"
|{{#switch:{{{2}}}|consolidated=[[file:finish.png|x30px]]|draft=[[file:stift.png|x30px]]|#default=[[file:pdf.png|x30px|link={{{2}}}]]}}&nbsp;(version(s) {{{1}}})
|style="width: 50%;text-align:left"|{{#switch:{{{2}}}|consolidated=[[file:finish.png|x30px]]|draft=[[file:stift.png|x30px]]|#default=[[file:pdf.png|x30px|link={{{2}}}]]}}
|style="width: 50%;text-align:left"|(version(s) {{{1}}})
|}
|}
</includeonly><noinclude>
</includeonly><noinclude>
Line 24: Line 25:


[[Category:Template for use cases]]
[[Category:Template for use cases]]
{{interwiki}}
</noinclude>
</noinclude>

Latest revision as of 15:45, 27 June 2022

Usage

This template supports Template:UseCase by standardizing the links to approved usecase versions. It works only within Template:UseCase.

Arguments

The template has two unnamed obligatory arguments:

  • 1: The version(s) to which the usecases (in a certain edition) applies
  • 2: Either status draft/consolidated or the link to an edition

Example

{|
{{UCpdf|3.5|draft}}
{{UCpdf|3.2|consolidated}}
{{UCpdf|3.1, 3.2|https://upload.wikimedia.org/wikipedia/commons/3/39/Migrant_caravan.pdf}}
|}

delivers

Stift.png (version(s) 3.5)

Finish.png (version(s) 3.2)

Pdf.png (version(s) 3.1, 3.2)