Jump to content

Template:Riaa/doc: Difference between revisions

no edit summary
(Created page with "{{documentation subpage}} {{lua|Module:Riaa}} This template is used to display '''RIAA (Recording Industry Association of America) certifications''' as small record icons in album and song infoboxes or other relevant sections. ==Usage== To use this template, simply insert it with the desired certification level: '''Basic usage''' <pre><nowiki>{{</nowiki>Riaa<nowiki>|</nowiki>gold<nowiki>}}</nowiki></pre> '''Output''': {{Riaa|gold}} <pre><nowiki>{{</nowiki>Riaa<nowiki>|...")
 
No edit summary
 
Line 20: Line 20:
'''Output''':  
'''Output''':  
{{Riaa|platinum|3}}
{{Riaa|platinum|3}}
===Example in an infobox===
<syntaxhighlight lang="wikitext" style="overflow:auto">
{{Infobox album
| name        = Weezer
| type        = studio
| artist      = [[Weezer]]
| cover        = Weezer-blue-album.jpg
...
| riaa        = {{Riaa|platinum|5}}
</syntaxhighlight>