Template:BigButton/doc: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with " <templatedata> { "params": { "1": { "description": "Dependent parameter. Don't put anything here." }, "color1": { "description": "The first color in the linear gradient. Should preferably be lighter than color2. ", "type": "string" }, "color2": { "description": "The second color in the linear gradient. Should preferably be darker than color1, but similar in color enough not to look ugly.", "type": "string" }, "elink": { "description": "A..." |
No edit summary |
||
| Line 19: | Line 19: | ||
}, | }, | ||
"text": { | "text": { | ||
"description": "The text to be put on the button." | "description": "The text to be put on the button.", | ||
"type": "string" | |||
}, | }, | ||
"link": { | "link": { | ||
"description": "An internal link in the wiki." | "description": "An internal link in the wiki.", | ||
"type": "string" | |||
} | } | ||
}, | }, | ||
| Line 33: | Line 35: | ||
"text", | "text", | ||
"link" | "link" | ||
] | ], | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 17:39, 11 April 2026
This is a nice button (copied from wikipedia with some more parameters) to be used in certain situations. When? You choose.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Dependent parameter. Don't put anything here. | Unknown | optional |
| color1 | color1 | The first color in the linear gradient. Should preferably be lighter than color2. | String | optional |
| color2 | color2 | The second color in the linear gradient. Should preferably be darker than color1, but similar in color enough not to look ugly. | String | optional |
| elink | elink | An external link outside of SNCApedia. You WILL NOT put anything malicious here. | String | optional |
| text | text | The text to be put on the button. | String | optional |
| link | link | An internal link in the wiki. | String | optional |