Template:Achievement: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(New demo template and removed reference to unused parameters) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="display: flex; width: 100%; min-width: 10em; max-width: 45em; align-items: center;"> | <div class="bg3wiki-achievement" style="box-sizing: border-box; display: flex; width: 100%; min-width: 10em; max-width: 45em; align-items: center; padding: 0 1em;"> | ||
<div style="max-width: 80px;">[[File:A-{{{1}}}.jpg|link=Achievements]]</div> | <div class="bg3wiki-achievement" style="max-width: 80px;">[[File:A-{{{1}}}.jpg|link=Achievements]]</div> | ||
<div style="margin: 0 auto; text-align:left;"> | <div class="bg3wiki-achievement" style="margin: 0 auto 0 0; padding: 0 0.8em; text-align:left;"> | ||
{{#switch:{{{1|}}} | {{#switch:{{{1|}}} | ||
| A Grym Fate = '''{{{1}}}'''<br> Kill the Adamantine Golem without using the Forge Hammer. | | A Grym Fate = '''{{{1}}}'''<br> Kill the Adamantine Golem without using the Forge Hammer. | ||
Line 62: | Line 62: | ||
</div> | </div> | ||
</includeonly><noinclude>[[Category:Templates]] | </includeonly><noinclude>[[Category:Templates]] | ||
Display the icon and description of a Baldur's Gate 3 achievement. | |||
== Examples == | |||
{{Template demo | |||
| <nowiki>{{Achievement|Descent From Avernus}}</nowiki> | |||
| <nowiki>{{Achievement|Action Surge}}</nowiki> | |||
| <nowiki>{{Achievement|Busker}}</nowiki> | |||
}} | |||
</noinclude> | </noinclude> |
Latest revision as of 04:50, 20 July 2024
Display the icon and description of a Baldur's Gate 3 achievement.
Examples
Markup | Renders as |
---|---|
{{Achievement|Descent From Avernus}} | |
{{Achievement|Action Surge}} | |
{{Achievement|Busker}} |