Template:Big Button: Difference between revisions
From OnTrackNorthAmerica
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<templatestyles src= "Template:Big_Button/styles.css" /> | |||
<h2><big><b>[[{{{Your Link Here}}}|{{{Your Text Here}}}]]</b></big></h2> | <h2><big><b>[[{{{Your Link Here}}}|{{{Your Text Here}}}]]</b></big></h2> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Your Link Here": { | |||
"aliases": [ | |||
"Link" | |||
], | |||
"label": "Your Link Here", | |||
"description": "This is where you put the page or site you want your button to link to.", | |||
"example": "Home or https://ontracknorthamerica.org", | |||
"type": "unknown", | |||
"required": true | |||
}, | |||
"Your Text Here": { | |||
"aliases": [ | |||
"Text" | |||
], | |||
"label": "Your Text Here", | |||
"description": "This is where you put the text you want your button to say.", | |||
"example": "Click Me!", | |||
"suggested": true | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 15:46, 13 August 2024
[[{{{Your Link Here}}}|{{{Your Text Here}}}]]
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Your Link Here | Your Link Here Link | This is where you put the page or site you want your button to link to.
| Unknown | required |
Your Text Here | Your Text Here Text | This is where you put the text you want your button to say.
| Unknown | suggested |