Template:Glory: Difference between revisions

From eMushpedia
Jump to navigation Jump to search
Create template glory
 
m Translate remaining french to english
 
Line 1: Line 1:
<includeonly><onlyinclude>{{#switch:{{{1}}}
<includeonly><onlyinclude>{{#switch:{{{1}}}
| mix | Mix | MIX = [[File: Resource-glory-mix.png|Triomphe Mix| class=icon-margin|link=Glory|Triomphe (Mix)]]
| mix | Mix | MIX = [[File: Resource-glory-mix.png|Glory Mix| class=icon-margin|link=Glory|Glory (Mix)]]
| mush | Mush | MUSH = [[File: Resource-glory-mush.png|Triomphe Mush|class=icon-margin|link=Glory|Triomphe (Mush)]]
| mush | Mush | MUSH = [[File: Resource-glory-mush.png|Glory Mush|class=icon-margin|link=Glory|Glory (Mush)]]
| [[File:Resource-glory.png|Triomphe|class=icon-margin|link=Glory|Triomphe]]}}</onlyinclude></includeonly>
| [[File:Resource-glory.png|Glory|class=icon-margin|link=Glory|Glory]]}}</onlyinclude></includeonly>


<noinclude>
<noinclude>
Line 9: Line 9:
"params": {
"params": {
"1": {
"1": {
"label": "Mush?",
"label": "Type?",
"description": "Préciser si l'icône affichée doit être celle du triomphe Mush. Sinon, l'icône sera triomphe humain.",
"description": "Whether the mush or mix icon should be used. Use the human one if the argument is not provided.",
"type": "string",
"type": "string",
"suggestedvalues": [
"suggestedvalues": [
Line 16: Line 16:
"Mix"
"Mix"
],
],
"default": "Laisser vide pour triomphe humain..."
"default": "Keep empty to use human icon..."
}
}
},
},
"description": "Ce template sert à afficher l'icône triomphe avec un lien vers la page Triomphe. Ce template devrait être utilisé sur toutes les mentions de Triomphe."
"description": "Display glory icon and link to the corresponding page."
}
}
</templatedata>
</templatedata>

Latest revision as of 04:46, 11 April 2026


Display glory icon and link to the corresponding page.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Type?1

Whether the mush or mix icon should be used. Use the human one if the argument is not provided.

Suggested values
Mush Mix
Default
Keep empty to use human icon...
Stringoptional
Code Résultat
{{Glory}} Glory
{{Glory|mush}} Glory (Mush)
{{Glory|mix}} Glory (Mix)