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"

From DFO World Wiki
Jump to: navigation, search
(Let me just copy from mabi wiki)
m (Undo revision 116684 by (talk). Maybe not)
 
Line 1: Line 1:
<div class="NavFrame" style="{{#if:{{{Width|}}}|width:{{{Width}}}}};{{{StyleFrame|}}}">
+
<div class="NavFrame" style="width:{{{Width}}}px;">
 
<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}}};{{{StyleContent|}}}">
+
<div class="NavContent" style="text-align:left;display:{{{Show|none}}};">
<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.
 +
Template Copied from the Mabinogi World Wiki.*
  
 
Usage:
 
Usage:
 
<pre><nowiki>
 
<pre><nowiki>
{{HiddenTextHeader
+
{{HiddenTextStart|
 
|Title=
 
|Title=
 
|Width=
 
|Width=
Line 12: Line 13:
 
}}
 
}}
 
Content goes here!
 
Content goes here!
{{HiddenTextFooter}}
+
{{HiddenTextEnd}}
 
</nowiki></pre>
 
</nowiki></pre>
Remember to add <nowiki>{{HiddenTextFooter}}</nowiki> to the end!
+
Remember to add <nowiki>{{HiddenTextEnd}}</nowiki> to the end!
 
<pre>
 
<pre>
 
Title = Title of the Spoiler
 
Title = Title of the Spoiler
Line 22: Line 23:
 
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>
 +
[[Category:Formatting Templates]]
 
</noinclude>
 
</noinclude>

Latest revision as of 13:50, 3 July 2017



This is used to hide text until the 'Show' button is clicked.

Template Copied from the Mabinogi World Wiki.*

Usage:

{{HiddenTextStart|
|Title=
|Width=
|Show=
}}
Content goes here!
{{HiddenTextEnd}}

Remember to add {{HiddenTextEnd}} 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)