Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
Difference between revisions of "User:Dfoplayer/HiddenTextHeader"
(are we missing StyleHeader?) |
(Let me just copy from mabi wiki) |
||
Line 1: | Line 1: | ||
− | <div class="NavFrame" style="width:{{{Width}}} | + | <div class="NavFrame" style="{{#if:{{{Width|}}}|width:{{{Width}}}}};{{{StyleFrame|}}}"> |
<div class="NavHead" style="{{{StyleHeader|}}}">{{{Title|To read, Click <u>Show</u>}}}</div> | <div class="NavHead" style="{{{StyleHeader|}}}">{{{Title|To read, Click <u>Show</u>}}}</div> | ||
− | <div class="NavContent" style="text-align:left;display:{{{Show|none}}};"> | + | <div class="NavContent" style="text-align:left;display:{{{Show|none}}};{{{StyleContent|}}}"> |
− | <noinclude></div></div><br><br>This is used to hide text until the 'Show' button is clicked. | + | <noinclude></div></div><br /><br />This is used to hide text until the 'Show' button is clicked. |
− | |||
Usage: | Usage: | ||
<pre><nowiki> | <pre><nowiki> | ||
− | {{ | + | {{HiddenTextHeader |
|Title= | |Title= | ||
|Width= | |Width= | ||
Line 13: | Line 12: | ||
}} | }} | ||
Content goes here! | Content goes here! | ||
− | {{ | + | {{HiddenTextFooter}} |
</nowiki></pre> | </nowiki></pre> | ||
− | Remember to add <nowiki>{{ | + | Remember to add <nowiki>{{HiddenTextFooter}}</nowiki> to the end! |
<pre> | <pre> | ||
Title = Title of the Spoiler | Title = Title of the Spoiler | ||
Line 23: | Line 22: | ||
Show= Either show or hide text at start (Enter anything for show. Leave blank or 'none' for hide) | Show= Either show or hide text at start (Enter anything for show. Leave blank or 'none' for hide) | ||
</pre> | </pre> | ||
− | |||
</noinclude> | </noinclude> |
Revision as of 13:40, 3 July 2017
To read, Click Show
This is used to hide text until the 'Show' button is clicked.
Usage:
{{HiddenTextHeader |Title= |Width= |Show= }} Content goes here! {{HiddenTextFooter}}
Remember to add {{HiddenTextFooter}} to the end!
Title = Title of the Spoiler Width = Width of the Spoiler (Blank for entire screen) Show= Either show or hide text at start (Enter anything for show. Leave blank or 'none' for hide)