Template:OLA: Difference between revisions
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) Created page with "{{#if:{{{2|}}}|<span class="plainlinks2">[https://ola.dub.emea.dell.com/{{{1}}} {{{2}}}]</span>|<span class="plainlinks2">[https://ola.dub.emea.dell.com/{{{1}}} OLA:{{{1}}}]..." |
Caleb Cooper (talk | contribs) No edit summary |
||
Line 1:
{{#if:{{{2|}}}|<span class="plainlinks2">[https://ola.dub.emea.dell.com/{{{1}}} {{{2}}}]</span>|<span class="plainlinks2">[https://ola.dub.emea.dell.com/{{{1}}} OLA:{{{1|INSERT SHA1SUM}}}]</span>}}<noinclude>
[[Category:Templates]]
== Usage ==
Line 15:
Looks like this:<br>
{{OLA|72fa30f83fb451e9162566f179691e998e6af13c|Alt Text}}<br><br>
{{Note|No Spaces!}}<templatedata>
{
"params": {
"1": {
"label": "SHA1SUM",
"description": "This is the SHA1 Sum that uniquely references this bundle on OLA",
"example": "fb26783cf649bfb3c5913be22d3aac761c082795",
"type": "string",
"required": true
},
"2": {
"label": "Alternative text",
"description": "This is the alternative text to show as a link"
}
}
}
</templatedata>
</noinclude>
| |||