Template:Textbox: Difference between revisions

From OnTrackNorthAmerica
(Created page with "<templatestyles src= "Template:Textbox/styles.css" /> {|class = 'Text' |{{{Insert Text Here}}} |}")
 
No edit summary
 
Line 3: Line 3:
|{{{Insert Text Here}}}
|{{{Insert Text Here}}}
|}
|}
<noinclude>
<templatedata>
{
"params": {
"Insert Text Here": {
"aliases": [
"Text"
],
"label": "Text",
"description": "This is where you Insert the text that you want to appear in the box",
"example": "This is example text.",
"type": "string",
"required": true
}
}
}
</templatedata>
</noinclude>

Latest revision as of 14:00, 1 August 2024

{{{Insert Text Here}}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
TextInsert Text Here Text

This is where you Insert the text that you want to appear in the box

Example
This is example text.
Stringrequired