Template:ClippyAnt: Difference between revisions
(Created page with "<includeonly> {{#default_form:ClippyAnt}} <div class="clippy_ant"> {{( advice }}} </div> </includeonly> <noinclude> {{#template_params:advice|external}} <templatedata> { "params": { "external": { "type": "url" }, "advice": { "type": "content" } }, "paramOrder": [ "advice", "external" ] } </templatedata> </noinclude>") |
No edit summary |
||
(17 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#default_form:ClippyAnt}} | {{#default_form:ClippyAnt}} | ||
<div class="clippy_ant"> | <div class="clippy_ant"> | ||
{{ | {{{ advice }}} | ||
{{ #if: {{{ external |}}} | |||
|<p class="external">[{{{ external }}} Read more...]</p> | |||
|none | |||
}} | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||
Line 13: | Line 17: | ||
"params": { | "params": { | ||
"external": { | "external": { | ||
"type": "url" | "type": "url", | ||
"description": "Is there a link that expands this piece of advice? ", | |||
"example": "https://www.jstor.org/stable/10.5749/j.ctt1pwt79d" | |||
}, | }, | ||
"advice": { | "advice": { | ||
"type": "content" | "type": "content", | ||
"description": "What advice is ClippyAnt giving?", | |||
"example": "When thinking about accessibility, try to keep the questions small and contextual: ask people what they need to get access to space and information." | |||
} | } | ||
}, | }, |
Latest revision as of 12:35, 11 May 2023
This is the "ClippyAnt" template.
It should be called in the following format:
{{ClippyAnt |advice= |external= }}
Edit the page to see the template text.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
advice | advice | What advice is ClippyAnt giving?
| Content | optional |
external | external | Is there a link that expands this piece of advice?
| URL | optional |