Template:Show user with user points in table: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 27: | Line 27: | ||
</noinclude><includeonly>|- | </noinclude><includeonly>|- | ||
|style="font-weight:bold;" | | |style="font-weight:bold;" | {{User:{{{1|}}} }} | ||
|{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }} | |{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }} | ||
|style="text-align:center;"|{{Special:EditCount/{{PAGENAME:{{{1|}}} }}}} | |style="text-align:center;"|{{Special:EditCount/{{PAGENAME:{{{1|}}} }}}} | ||
|[[Special:Contributions/{{PAGENAME:{{{1|}}} }}|Contributions by {{PAGENAME:{{{1|}}} }}]] | |[[Special:Contributions/{{PAGENAME:{{{1|}}} }}|Contributions by {{PAGENAME:{{{1|}}} }}]] | ||
</includeonly> | </includeonly> | ||
Revision as of 18:43, 19 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
! Edit Count
{{#ask: [[User:+]]
|?User edit count
|sort=User edit count
|order=desc
|format=plainlist
|template=Show user with user points in table
|link=none
}}
|}