Tip of the Day
Pressing the mini-map at the top-right opens the full map for travel options.
Template:CopyButton: Difference between revisions
From Walkscape Walkthrough
No edit summary |
mNo edit summary |
||
| (22 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly | <includeonly> | ||
< | <span>{{{DisplayText}}}{{#tag:clippy|{{{CopiedText}}}}}</span> | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"DisplayText": { | |||
"description": "The text to display.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"CopiedText": { | |||
"description": "The text to be added to the clipboard.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Creates a button for a 1 click copy of payload data.", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 02:27, 16 November 2025
Creates a button for a 1 click copy of payload data.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| DisplayText | DisplayText | The text to display. | String | required |
| CopiedText | CopiedText | The text to be added to the clipboard. | String | required |
