Template:Achievement: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
add optional "assigned" parameter
imported>AntumDeluge
highlight "assigned" status
Line 7: Line 7:
| {{#ifeq: {{{status|}}} | vetoed
| {{#ifeq: {{{status|}}} | vetoed
| <span style="font-weight: bold; font-style: italic; color: darkred;">VETOED</span>
| <span style="font-weight: bold; font-style: italic; color: darkred;">VETOED</span>
| ''{{{status}}}''
| {{#ifeq: {{{status|}}} | assigned
| <span style="font-weight: bold; font-style: italic; color: darkblue;">ASSIGNED</span>
| ''{{{status}}}''
}}
}}
}}
}}
}}

Revision as of 00:28, 24 April 2024

(TBD)
Description: (TBD)
Difficulty: (TBD)
Status: pending

Examples

Input Output
{{Achievement

 | title = Foo
 | description = Description about Foo achievement
 | difficulty = easy
 | status = complete
 | assigned = ~~~
 | discussion = Points of discussion:
* Point A. ~~~
* Point B.
}}

Foo
Description: Description about Foo achievement
Difficulty: easy
Status: COMPLETE (AntumDeluge (talk))
Discussion:

Points of discussion:

See Also