Difference between revisions of "Ratings"

From Sega Retro

(5 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
| value  
 
| value  
 
|
 
|
 +
<span style="display:none;">
 
{{#vardefine: key|{{#replace:{{#var:key}}|_1|}}}}
 
{{#vardefine: key|{{#replace:{{#var:key}}|_1|}}}}
 
{{#vardefine: key|{{#replace:{{#var:key}}|_2|}}}}
 
{{#vardefine: key|{{#replace:{{#var:key}}|_2|}}}}
Line 37: Line 38:
 
|}}
 
|}}
 
{{#vardefine: lastargtype|{{#var: argtype}}}}
 
{{#vardefine: lastargtype|{{#var: argtype}}}}
 
+
</span>
 
{{#ifeq: {{#var: newrow}}|true|
 
{{#ifeq: {{#var: newrow}}|true|
 
{{#ifeq: {{#var: argpubname}}|null||
 
{{#ifeq: {{#var: argpubname}}|null||
Line 70: Line 71:
 
<meta itemprop="bestRating" content="100">
 
<meta itemprop="bestRating" content="100">
 
<meta itemprop="worstRating" content="0">
 
<meta itemprop="worstRating" content="0">
</div>{{#vardefine:thisIsARating|false}}<noinclude>
+
</div>{{#vardefine:thisIsARating|false}}<includeonly>{{#cargo_store:
 +
_table = ratings_table
 +
|name = {{#titleparts:{{PAGENAME}}}}
 +
|console={{{icon}}}
 +
|average = {{#var: average}}
 +
|totalReviews = {{#var: totalReviews}}
 +
}}</includeonly><noinclude>{{#cargo_declare:
 +
_table = ratings_table
 +
|name=Page
 +
|console=Text
 +
|average=Integer
 +
|totalReviews=Integer
 +
}}
 
==Usage==
 
==Usage==
 
This template is to be used on articles about video games and will display scores awarded to said games by video game magazines/websites.  
 
This template is to be used on articles about video games and will display scores awarded to said games by video game magazines/websites.  

Revision as of 13:28, 7 November 2017

Sega Retro Average 
Publication Score Source
{{{{{icon}}}|L}} Division by zero.
Based on
0 review

<meta itemprop="ratingValue" content="Division by zero.">

This template defines the table "ratings_table". View table.

Usage

This template is to be used on articles about video games and will display scores awarded to said games by video game magazines/websites.

Usage:

{{Ratings
| icon=
| publication=
}}

Substitute "publication" with a publication code to get the desired result.

for sources, add "_source", e.g.

| smf_source=[http://www.google.com]
| vgce_source={{num|32|page=10/11}}

All fields are optional.