Template:Show user with user points in table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
|{{PAGENAME:{{{1|}}} }} | |{{PAGENAME:{{{1|}}} }} | ||
|{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }} | |{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }} | ||
|[[Special:Contributions/{{PAGENAME:{{{1|}}} }}]] </includeonly> | |[[Special:Contributions/{{PAGENAME:{{{1|}}} }}]] | ||
</includeonly> | |||
Revision as of 16:08, 18 March 2021
Template usage:
{{Show user with user points
|1=User page
}}
Call this from a SMW query, for example:
{| class="wikitable" style="max-width:500;"
! User
! Score
! Contributions
{{#ask: [[User:+]]
|?User edit count
|sort=User edit count
|order=desc
|format=plainlist
|template=Show user with user points in table
|link=none
}}
|}