Template:Verbinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(testing adding help and verb info properties. Need to try to update form, as well.)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 55: Line 55:
|}
|}
{{#if: {{{pageintro|}}} | {{{pageintro|}}} | {{addmetext}} }}
{{#if: {{{pageintro|}}} | {{{pageintro|}}} | {{addmetext}} }}
{{#switch: {{{deprecated|}}} | Yes={{deprecated|verb}} [[Deprecated::Yes| ]] | [[Deprecated::No| ]] }} {{#switch: {{{help|}}} | Yes=[[Has help menu::Yes| ]] | [[Has help menu::No| ]] }} {{#switch: {{{verbinfo|}}} | Yes=[[Has verb info::Yes| ]] | [[Has verb info::No| ]] }}
{{#switch: {{{deprecated|}}} | Yes={{deprecated|verb}} [[Deprecated::Yes| ]] | [[Deprecated::No| ]] }} {{#if: {{{help|}}} | {{#switch: {{{help|}}} | Yes=[[Has help menu::Yes| ]] | yes=[[Has help menu::Yes| ]] }} |}} {{#if: {{{verbinfo|}}} | {{#switch: {{{verbinfo|}}} | Yes=[[Has verb info::Yes| ]] | yes=[[Has verb info::Yes| ]] }} |}}
{{DEFAULTSORT:{{{verb}}}}}
{{DEFAULTSORT:{{{verb}}}}}
<includeonly>[[Category:Verbs]]</includeonly> {{#arraymap:{{{type|}}}|,|x|[[Category:x verbs]] |<nowiki> </nowiki>}} {{#switch: {{{demeanor|}}}|Yes=[[Category: Demeanor-based verbs]]|yes=[[Category: Demeanor-based verbs]]}} {{#switch: {{{wedding|}}}|Yes=[[Category: Wedding verbs]]|yes=[[Category: Wedding verbs]] }}
<includeonly>[[Category:Verbs]]</includeonly> {{#arraymap:{{{type|}}}|,|x|[[Category:x verbs]] |<nowiki> </nowiki>}} {{#switch: {{{demeanor|}}}|Yes=[[Category: Demeanor-based verbs]]|yes=[[Category: Demeanor-based verbs]]}} {{#switch: {{{wedding|}}}|Yes=[[Category: Wedding verbs]]|yes=[[Category: Wedding verbs]] }}

Latest revision as of 09:09, 13 July 2026

{{{verb}}}
Type

This section has not been added yet; please add to it now!



This template is set up to capture the primary information regarding a verb, including type and other variables. Below is the copy/paste code with instructions. For full instructions on use and page setup, please see Help:Verb pages

{{Verbinfo
|verb = VERB <!--Name of the verb.  This should always be capitalized. -->
|type = TYPE <!--Type of verb: Roleplaying, System, Special Case.  If multiple, enter each separated by a comma and no spaces. -->
|demeanor = YES <!-- Simply answer "Yes" if there are demeanor actions -->
|wedding = Yes <!--Simply answer "Yes" if there are wedding variations -->
|dead = Yes <!--Simply answer "Yes" if there are interactions while dead -->
|citizen = CITIZEN <!--If there is a citizen version of the verb.  If multiple, enter each separated by a comma and no spaces. -->
|race = RACE <!--If there is a racial version of the verb.  If multiple, enter each separated by a comma and no spaces. -->
|culture = CULTURE <!--If there is a cultural version of the verb.  If multiple, enter each separated by a comma and no spaces. -->
|profession = PROFESSION<!--If there is a profession version of the verb.  If multiple, enter each separated by a comma and no spaces. -->
|system = SYSTEM <!--If this verb is specific to a system.  If multiple, enter each separated by a comma and no spaces.-->
|special = SPECIAL <!--If this verb is due to a special case and does not work otherwise.  If multiple, enter each separated by a comma and no spaces. -->
|deprecated = Yes <!--Simply answer "Yes" if this verb no longer works or has no interactions -->
|help = Yes <!--Simply answer "Yes" if the verb has a help menu -->
|verb info = Yes <!--Simply answer "Yes" if the verb has a verb info menu -->
}}