Template:Award: Difference between revisions

From KSI Wiki
Jump to: navigation, search
(Replaced content with "<includeonly> {{#if: {{{1|}}} | {{#ifexist: Awards/{{{1}}} | {{:Awards/{{{1}}}|size={{{size|}}}|align={{{align|}}}}} | <span style="color:#c00;">Award “{{{1}}}” not found (looks for [[Awards/{{{1}}}]])</span> }} | <span style="color:#c00;">Missing award code. Use <code>{{Award|Code}}</code>.</span> }} </includeonly> <noinclude> <!-- Keep all your current documentation and the big table here. Update usage examples in the table from {{Award/Code}...")
Tag: Replaced
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#if: {{{1|}}}
{{#if: {{{1|}}}
  | {{#ifexist: Awards/{{{1}}}
  | {{#ifexist: Award/{{{1}}}
     | {{:Awards/{{{1}}}|size={{{size|}}}|align={{{align|}}}}}
     | {{:Award/{{{1}}}
     | <span style="color:#c00;">Award “{{{1}}}” not found (looks for [[Awards/{{{1}}}]])</span>
        | size = {{{size|}}}
        | align = {{{align|}}}
        | class = {{{class|}}}
        | style = {{{style|}}}
        | caption = {{{caption|}}}
      }}
     | <span style="color:#c00;">Award “{{{1}}}” not found (looks for [[Award/{{{1}}}]])</span>
   }}
   }}
  | <span style="color:#c00;">Missing award code. Use <code>{{Award|Code}}</code>.</span>
  | <span style="color:#c00;">Missing award code. Use <code>{{Award|Code}}</code>.</span>
Line 9: Line 15:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
<!-- Keep all your current documentation and the big table here.
<!-- keep your long documentation and table here; update usage examples to {{Award|Code}} -->
    Update usage examples in the table from {{Award/Code}} → {{Award|Code}}. -->
</noinclude>
</noinclude>

Revision as of 18:10, 29 August 2025