Difference between revisions of "Template:Keyword Spoiler/doc"
Jump to navigation
Jump to search
(Created page with "{{tocright}} == Purpose == This template may be used to hide text on a page. This can be used at the bottom of an NPCs keywords list, to hide quest information, etc. == Usage...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
== Parameters == | == Parameters == | ||
− | {| class=" | + | {| class="wikitable" |
! Parameter | ! Parameter | ||
+ | |- | ||
+ | | title ''(Optional)'' | ||
|- | |- | ||
| keyword '''(Required)''' | | keyword '''(Required)''' | ||
Line 30: | Line 32: | ||
<pre> | <pre> | ||
{{Keyword Spoiler | {{Keyword Spoiler | ||
− | |keyword= | + | |title=Example |
+ | |keyword=Keywords: | ||
*Health | *Health | ||
*Job | *Job | ||
− | |description= | + | |description=Response: |
− | *health of the | + | *health of the NPC |
− | *job of the | + | *job of the NPC |
}}</pre> | }}</pre> | ||
Line 41: | Line 44: | ||
{{Keyword Spoiler | {{Keyword Spoiler | ||
− | |keyword= | + | |title=Example |
+ | |keyword=Keywords: | ||
*Health | *Health | ||
*Job | *Job | ||
− | |description= | + | |description=Response: |
− | *health of the | + | *health of the NPC |
− | *job of the | + | *job of the NPC |
}} | }} | ||
|} | |} | ||
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Latest revision as of 08:33, 7 January 2016
Purpose[edit]
This template may be used to hide text on a page. This can be used at the bottom of an NPCs keywords list, to hide quest information, etc.
Usage[edit]
{{Keyword Spoiler |keyword= |description= }} |
Parameters[edit]
Parameter |
---|
title (Optional) |
keyword (Required) |
description (Required) |
Example[edit]
{{Keyword Spoiler |title=Example |keyword=Keywords: *Health *Job |description=Response: *health of the NPC *job of the NPC }} |
|