Template:ProgressiveHint: Difference between revisions
Tearphones (talk | contribs) adds a colon at the end of the topic |
Tearphones (talk | contribs) added template data |
||
Line 26: | Line 26: | ||
{{ProgressiveHint|a basic hint|place the connector first}} | {{ProgressiveHint|a basic hint|place the connector first}} | ||
</pre> | </pre> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": {}, | |||
"2": {}, | |||
"topic": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"description": "A short line explaining what problem the hint is addressing", | |||
"example": "a basic hint, if you're having trouble moving the connector", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"hint": { | |||
"aliases": [ | |||
"2" | |||
], | |||
"description": "The text of the hint itself", | |||
"example": "Is there another angle from which the emitter is visible?", | |||
"type": "content", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Helps you write a progressive hint", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 06:25, 23 November 2023
:
[ hint ]
A template to help write progressive hints.
Usage
{{ProgressiveHint | topic = a basic hint | hint = place the connector first }}
looks like this:
a basic hint:
[ hint ]
place the connector first
Alternately use the shorthand notation,
{{ProgressiveHint|a basic hint|place the connector first}}
Helps you write a progressive hint
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | Unknown | optional |
2 | 2 | no description | Unknown | optional |
topic | topic 1 | A short line explaining what problem the hint is addressing
| String | suggested |
hint | hint 2 | The text of the hint itself
| Content | suggested |