Template:Achievement: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge slightly cleaner formatting & italic-bold title |
imported>AntumDeluge Show title in dark green text |
||
| Line 1: | Line 1: | ||
; <span style="font-weight:bold;font-style:italic;color:darkgreen;">{{{title}}}</span> |
|||
; '''''{{{title}}}''''' |
|||
: Description: ''{{{description}}}'' |
: Description: ''{{{description}}}'' |
||
: Difficulty: ''{{{difficulty}}}'' |
: Difficulty: ''{{{difficulty}}}'' |
||
<noinclude> |
|||
== Examples == |
|||
<blockquote> |
|||
{| class="wikitable" |
|||
! Input || Output |
|||
|- |
|||
| <nowiki>{{Achievement|title=Foo|description=Bar|difficulty=easy}}</nowiki> || {{Achievement|title=Foo|description=Bar|difficulty=easy}} |
|||
|} |
|||
</blockquote> |
|||
== See Also == |
|||
* [[Templates|List of templates]] |
|||
[[Category:Stendhal]] |
|||
[[Category:Stendhal Ideas]] |
|||
[[Category:Stendhal Achievement]] |
|||
[[Category:Development]] |
|||
</noinclude> |
|||
Revision as of 20:37, 21 January 2020
- {{{title}}}
- Description: {{{description}}}
- Difficulty: {{{difficulty}}}
Examples
Input Output {{Achievement|title=Foo|description=Bar|difficulty=easy}}
- Foo
- Description: Bar
- Difficulty: easy