Difference between revisions of "Template:MyRatings"
Jump to navigation
Jump to search
(Fix??) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>[[category:Rating Templates]]'''This is intended for use on pages in the {{NS|user}}. It makes a list of all that users' ratings.'''<br/> | <noinclude>[[category:Rating Templates]]'''This is intended for use on pages in the {{NS|user}}. It makes a list of all that users' ratings.'''<br/> | ||
If the user has no ratings, it draws a thin stripey black line. It calls [[Template:MyRatings/Output]] to format output.<br/> | If the user has no ratings, it draws a thin stripey black line. It calls [[Template:MyRatings/Output]] to format output.<br/> | ||
− | It currently has | + | It currently has one optional parameter, the sort key:<br/> |
+ | <nowiki>{{</nowiki>{{PAGENAME}}<br/> | ||
+ | |sort=Has publicationDate (defaults to 'Has value')<br/> | ||
+ | |order=random (defaults to 'descending')<br/> | ||
+ | <nowiki>}}</nowiki><br/> | ||
''Targets of ratings (i.e. [[SMWObject]]s) should use [[Template:DisplayRatings]].''<br/> | ''Targets of ratings (i.e. [[SMWObject]]s) should use [[Template:DisplayRatings]].''<br/> | ||
<br/> | <br/> | ||
'''Example:'''<br/> | '''Example:'''<br/> | ||
{{t|<nowiki>==Ratings==</nowiki>}}<br/> | {{t|<nowiki>==Ratings==</nowiki>}}<br/> | ||
− | {{t|<nowiki>{{MyRatings}}</nowiki> }} | + | {{t|<nowiki>{{MyRatings|sort=Has publicationDate}}</nowiki> }} |
</noinclude><includeonly><div style="border-color:black; border-width:3px; border-style:groove;">{{#ask: [[Constitutes::Rating]][[-Has subobject::{{FULLPAGENAME}}]] | </noinclude><includeonly><div style="border-color:black; border-width:3px; border-style:groove;">{{#ask: [[Constitutes::Rating]][[-Has subobject::{{FULLPAGENAME}}]] | ||
|?Has target#NOWIKI | |?Has target#NOWIKI | ||
Line 12: | Line 16: | ||
|?Has publicationDate | |?Has publicationDate | ||
|?Has summary | |?Has summary | ||
− | |? | + | |?Description |
− | | | + | |order={{#if: {{{order|}}}|{{{order|}}}|descending}}} |
− | |sort=Has | + | |sort={{#if: {{{sort|}}}|{{{sort|}}}|Has value}}} |
|template=MyRatings/Output | |template=MyRatings/Output | ||
}}</div></includeonly> | }}</div></includeonly> |
Latest revision as of 17:25, 4 July 2019
This is intended for use on pages in the user: namespace. It makes a list of all that users' ratings.
If the user has no ratings, it draws a thin stripey black line. It calls Template:MyRatings/Output to format output.
It currently has one optional parameter, the sort key:
{{MyRatings
|sort=Has publicationDate (defaults to 'Has value')
|order=random (defaults to 'descending')
}}
Targets of ratings (i.e. SMWObjects) should use Template:DisplayRatings.
Example:
==Ratings==
{{MyRatings|sort=Has publicationDate}}