The Gold Network: Soyworld | SNCApedia | SoyPlace

Template:Textshadow/doc: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with " <templatedata> { "params": { "shadow": { "description": "The text shadow. Can be done with raw colors (i.e. red) or hex values (i.e. #000000)" }, "color": { "description": "The color of the text. Can be done with raw text (i.e. blue) or a hex value.", "example": "#808080" }, "size": { "description": "The size of the text. Automatically set to \"inherit,\" which is the default text size of the skin you're currently using.", "example": "14px" }..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
"params": {
"params": {
"shadow": {
"shadow": {
"description": "The text shadow. Can be done with raw colors (i.e. red) or hex values (i.e. #000000)"
"description": "The text shadow. Can be done with raw colors (i.e. red) or hex values.",
"example": "#000000"
},
},
"color": {
"color": {
Line 11: Line 12:
},
},
"size": {
"size": {
"description": "The size of the text. Automatically set to \"inherit,\" which is the default text size of the skin you're currently using.",
"description": "The size of the text. Automatically set to \"inherit,\" which is the default text size of the skin you're currently using. Can be done with px or pt.",
"example": "14px"
"example": "14px"
},
},
Line 21: Line 22:
"description": "A template that allows you to set a shadow for text, as seen in the Soyjak Wiki's portal page. Coded marginally with AI to get the template to work.",
"description": "A template that allows you to set a shadow for text, as seen in the Soyjak Wiki's portal page. Coded marginally with AI to get the template to work.",
"paramOrder": [
"paramOrder": [
"text",
"color",
"shadow",
"shadow",
"color",
"size"
"size",
"text"
]
]
}
}
</templatedata>
</templatedata>

Latest revision as of 01:08, 5 March 2026

A template that allows you to set a shadow for text, as seen in the Soyjak Wiki's portal page. Coded marginally with AI to get the template to work.

Template parameters

ParameterDescriptionTypeStatus
texttext

The text. Simply add text here.

Example
Soyjaks
Unknownoptional
colorcolor

The color of the text. Can be done with raw text (i.e. blue) or a hex value.

Example
#808080
Unknownoptional
shadowshadow

The text shadow. Can be done with raw colors (i.e. red) or hex values.

Example
#000000
Unknownoptional
sizesize

The size of the text. Automatically set to "inherit," which is the default text size of the skin you're currently using. Can be done with px or pt.

Example
14px
Unknownoptional