Template:Test: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann test marker template |
imported>AntumDeluge Clean up whitespace in "testers" parameter |
||
| (36 intermediate revisions by 2 users not shown) | |||
Line 1:
{{
#if:{{{1}}}||<span style="color:orange;">◼</span>: please test {{#if: {{{type|}}} | {{{type|}}} | }}
}}{{
#ifeq:{{{1}}}|ok|<span style="color:blue;">◼</span>: {{#if: {{{type|}}} | {{{type|}}} | }} ok
}}{{
#ifeq:{{{1}}}|nok|<span style="color:red;">◼</span>: {{#if: {{{type|}}} | {{{type|}}} | }} not ok
}}{{
#ifeq: {{{1|}}} | | | {{#if: {{{testers|}}} | '' (tested by: {{#replace: {{{testers|}}} | | }})'' }}
}}<noinclude>== Usage Examples ==
'''Basic examples:'''
* new sprite for <creature>dark elf</creature> {{{{PAGENAME}}|}}
* new sprite for <creature>spider</creature> {{{{PAGENAME}}|ok}}
* new sprite for <creature>bat</creature> {{{{PAGENAME}}|nok}}
'''Using ''type'' parameter:'''
* updated 0_semos_city {{{{PAGENAME}}||type=collision}}
* updated 0_semos_plains_n {{{{PAGENAME}}|ok|type=portals}}
* replaced grass tiles in 0_semos_road_e {{{{PAGENAME}}|nok|type=graphics}}
'''Using ''testers'' parameter:'''
* added music to 0_ados_wall_n {{{{PAGENAME}}|ok|type=music|testers=foo, bar}}
== Testing Key ==
Use [[Template:TestingKey]].
{{TestingKey}}
== See Also ==
* [[Templates|List of templates]]
* [[Template:TestingKey]]
[[Category:Development]]
[[Category:Testing]]
[[Category:RefactoringTemplates]]
| |||