Jump to content

Template:Achievement Total/doc: Difference between revisions

From Neptunia Wiki
Created page with ";Description :Use this to display the total number of achievements for each game that supports them. ;Syntax :Type <code>{{t|Achievement Total|...}}</code> before the achie..."
 
m 4 revisions imported: Imported from Neptunia Wiki on Fandom
 
(3 intermediate revisions by the same user not shown)
Line 18: Line 18:
|game= Neptunia Shooter
|game= Neptunia Shooter
}}
}}
==TemplateData==
<templatedata>
{
"params": {
"image": {
"label": "Image",
"description": "Displays an image representing this game. (e.g. a banner or logo)",
"type": "wiki-file-name",
"required": true,
"example": "Example.png"
},
"total": {
"label": "Achievement total ",
"description": "Displays the total number of achievements.",
"type": "number",
"required": true
},
"game": {
"label": "Video Game",
"description": "Displays the name of the video game. Uses base page name by default.",
"type": "string",
"autovalue": "{{subst:BASEPAGENAME}}"
}
},
"description": "Displays the total number of achievements for each game that supports them."
}
</templatedata>


==See also==
==See also==
*{{t|Trophy Total}}, used for PlayStation games with trophies
*{{t|Trophy Total}}, used for PlayStation games with trophies


<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:Data templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Latest revision as of 14:38, 23 February 2025

Description
Use this to display the total number of achievements for each game that supports them.
Syntax
Type {{Achievement Total|<...>}} before the achievement list, with parameters as shown below.
Sample output
{{Achievement Total
|image= Neptunia Shooter Logo.png
|total= 13
|game= Neptunia Shooter
}}

Results in...

There are 13 achievements in total for Neptunia Shooter.


TemplateData

Displays the total number of achievements for each game that supports them.

Template parameters

ParameterDescriptionTypeStatus
Imageimage

Displays an image representing this game. (e.g. a banner or logo)

Example
Example.png
Filerequired
Achievement total total

Displays the total number of achievements.

Numberrequired
Video Gamegame

Displays the name of the video game. Uses base page name by default.

Auto value
{{subst:BASEPAGENAME}}
Stringoptional

See also