Template:Textshadow/doc: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 12: | 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 18: | Line 18: | ||
"description": "The text. Simply add text here.", | "description": "The text. Simply add text here.", | ||
"example": "Soyjaks" | "example": "Soyjaks" | ||
}, | |||
"font-family": { | |||
"description": "The font family of the font you'd like to use. Multiple (including quoted fonts) can be stacked.", | |||
"example": "Tahoma, Arial, sans-serif" | |||
}, | |||
"letter-spacing": { | |||
"description": "The letter spacing of the font. Can be done in pt or px and supports negative numbers.", | |||
"example": "-1px" | |||
} | } | ||
}, | }, | ||
"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", | ||
"size", | "size", | ||
" | "font-family", | ||
"letter-spacing" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 17:54, 8 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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| text | text | The text. Simply add text here.
| Unknown | optional |
| color | color | The color of the text. Can be done with raw text (i.e. blue) or a hex value.
| Unknown | optional |
| shadow | shadow | The text shadow. Can be done with raw colors (i.e. red) or hex values.
| Unknown | optional |
| size | size | 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.
| Unknown | optional |
| font-family | font-family | The font family of the font you'd like to use. Multiple (including quoted fonts) can be stacked.
| Unknown | optional |
| letter-spacing | letter-spacing | The letter spacing of the font. Can be done in pt or px and supports negative numbers.
| Unknown | optional |