Topic on Project:Support desk

2601:281:D200:5A50:AC09:D9EB:806C:598E (talkcontribs)

Hi, I am very new to mediawiki and ddeveloping with it.

Goal: to create a leader board page that dynamically populates users and there stats.

Problem: Page LeaderBoard is showing data like this: {{#vardefine: Username|Timmy}} {{#vardefine: Score|100}} {{#vardefine: Badges|5}}

Not sure why or how to display better.


I have created Template:UserScore and inputed

and in my page itself i am calling the template and adding values like this

{{UserScore

| Username = Timmy

| Score = 100

| Badges = 5

}}

Reply to "Template building"