Template:Show user with user points in table: Difference between revisions
No edit summary |
contributions and documentation |
||
| Line 3: | Line 3: | ||
<pre> | <pre> | ||
{{Show user with user points|1=User page}} | {{Show user with user points | ||
|1=User page | |||
}} | |||
</pre> | |||
Call this from a SMW query, for example: | |||
<pre> | |||
{| 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 | |||
}} | |||
|} | |||
</pre> | </pre> | ||
</noinclude><includeonly>|- | </noinclude><includeonly>|- | ||
|{{PAGENAME:{{{1|}}} }} | |{{PAGENAME:{{{1|}}} }} | ||
|{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }}</includeonly> | |{{User points|User={{PAGENAME:{{{1|}}} }} |Hide footer=yes }} | ||
|[[Special:Contributions/{{PAGENAME:{{{1|}}} }}]]</includeonly> | |||