Difference between revisions of "Template:Sp-begin/Documentation"
(Created page with "{{docpage}} === Description === This template is used for adding hidden text. How to use: <code><nowiki>{{sp-begin}}Text that you want hidden.{{sp-end}}</nowiki></code> Exam...") |
(No difference)
|
Latest revision as of 09:16, 28 August 2018
Description
This template is used for adding hidden text.
How to use:
{{sp-begin}}Text that you want hidden.{{sp-end}}
Example:
Hidden text
Text that you want hidden.
Parameters
The “Hidden text” text can be changed to anything else:
{{sp-begin|Other inscription}}Text that you want hidden.{{sp-end}}
And this is how it works:
Other inscription
Text that you want hidden.
Additionally, you can use the “color” and “background” parameters to change the color of text and background respectively. Example:
{{sp-begin|Inscription|color = #333333 |background = #eeee9e}}Text that you want hidden.{{sp-end}}
What the example looks like:
Inscription
Text that you want hidden.