Template:Spoiler: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(→‎Adding links: new section)
(update doc to match code change)
 
Line 2: Line 2:


== Documentation ==
== Documentation ==
This "hides" spoiler material by making it white like the page background, so that one must highlight it to read it.
This "hides" spoiler material by making the same color as the background, so that one must highlight it to read it. (The background and text are made a light grey, since doing it as white, to match the whole-page background, made it look like some kind of error.)


'''Usage:'''
'''Usage:'''

Latest revision as of 16:24, 16 August 2017

spoiler: Sample text here.

Documentation

This "hides" spoiler material by making the same color as the background, so that one must highlight it to read it. (The background and text are made a light grey, since doing it as white, to match the whole-page background, made it look like some kind of error.)

Usage:

{{spoiler|1=The text to hide here}}

The 1= (which can also be given as content=) is optional, but safest to include, since the template will break if the content include a = character anywhere in it.

You can change the spoiler wording (which gives a note when you over over it) to something else:

{{spoiler|1=The text to hide here. |major spoiler}}

If different colors are wanted (e.g. inside a colorful sidebar), you can specify a hex color (with the # prefix) or a named CSS color, for the text and its background:

{{spoiler|1=The text to hide here. |major spoiler |color=#A9C633}}

Adding links

Because the site-wide CSS will style links (internal or external) with color, they will not be hidden by this template. The solution is to replace:

[http://site.tld/path/ ...]

with

... [http://site.tld/path/]


and

[[Pagename|...]]

with

... [https://wiki.openmw.org/index.php?title=Pagname]]