Template:Big Button: Difference between revisions
From OnTrackNorthAmerica
(Created page with "<h2><big><b>Your Text Here</b></big></h2>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<h2><big><b>[[Your Link Here|Your Text Here]]</b></big></h2> | <templatestyles src= "Template:Big_Button/styles.css" /> | ||
{|class = 'button' | |||
|<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> |
Latest revision as of 15:48, 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 |