Template:ScoreInfo: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
m (Reverted edits by Carlos (Talk); changed back to last version by Bobnotts)
m (Text replace - "{{PAGENAME}}" to "Category:Templates")
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Score information:''' {{{1}}}, {{{2}}} page{{switch|{{{2}}}
<includeonly>'''Score information:''' {{#if: {{{1|}}}|{{{1}}}|Unknown}}{{#if: {{{2|}}}|, {{{2}}} {{#ifexpr: {{{2|0}}}=1|page|pages}}}}{{#if: {{{3|}}}|{{#iferror:{{#expr:{{{3}}}>1024}}|, {{{3}}} kB [[Category:Editions with invalid score file size]]|{{#ifexpr:{{{3}}}>1024|, {{#expr:{{{3}}}/1024 round2}} MB [[Category:Editions with large score files]]|, {{{3}}} kB}}}}}}&nbsp;&nbsp;&nbsp;</includeonly><noinclude>
|case: 1=,
{{prot-temp}}<br>
|default=s,
<div style="margin: 0; margin-right: 30px; margin-left: 30px; border: 1px solid #1188ff; padding: 1em 1em 1em 1em; background-color:#ddffdd">
}} {{{3}}} kbytes&nbsp;&nbsp;&nbsp;<noinclude><br><br>{{prot-temp}}<br><div><div style="margin: 0; margin-right: 30px; margin-left: 30px; border: 1px solid #1188ff; padding: 1em 1em 1em 1em; background-color:#ddffdd">
<center><big>'''Documentation'''</big></center>
<center><big>'''Documentation'''</big></center>


Line 14: Line 13:
: <tt><nowiki>'''Score information:''' A4, 2 pages, 20 kbytes</nowiki></tt>
: <tt><nowiki>'''Score information:''' A4, 2 pages, 20 kbytes</nowiki></tt>


The template is clever enough to only pluralise "page" when there is more than one page in the edition. Also, 3 forced spaces (&nbsp;<tt>{{etc|nbsp;}}{{etc|nbsp;}}{{etc|nbsp;}}</tt>&nbsp;) are added after "kbytes" so there is no need to add anything between this template and <tt>{{[[Template:Copy|Copy]]}}</tt>.</div>[[Category:Templates|{{PAGENAME}}]]</noinclude>
The template is clever enough to only pluralise "page" when there is more than one page in the edition. Also, 3 forced spaces ("{{etc|nbsp;}}{{etc|nbsp;}}{{etc|nbsp;}}") are added after "kbytes" so there is no need to add anything between this template and <tt>{{[[Template:Copy|Copy]]}}</tt>.
</div>
[[Category:Templates]]</noinclude>

Revision as of 06:44, 1 June 2015


Documentation

This template is for use to add the page size, number of pages and size of PDF in the edition info on a score/works page. It normally appears after {{Editor}} and before {{Copy}}.

Syntax:

{{ScoreInfo|<page size>|<number of pages>|<size of PDF in kilobytes>}}

Example:

{{ScoreInfo|A4|2|20}}

inserts

'''Score information:''' A4, 2 pages, 20 kbytes

The template is clever enough to only pluralise "page" when there is more than one page in the edition. Also, 3 forced spaces ("&nbsp;&nbsp;&nbsp;") are added after "kbytes" so there is no need to add anything between this template and {{Copy}}.