Template:Verbinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 15: Line 15:
Yes=! align="left" valign="top" scope="rowheader" {{!}} Wedding
Yes=! align="left" valign="top" scope="rowheader" {{!}} Wedding
{{!}} align="right" valign="top" {{!}} [[Has wedding interactions::{{{wedding|}}}]] |}}
{{!}} align="right" valign="top" {{!}} [[Has wedding interactions::{{{wedding|}}}]] |}}
{{!}}-
|}}
{{#if: {{{dead|}}} | {{#switch: {{{dead|}}} |
Yes=! align="left" valign="top" scope="rowheader" {{!}} Works While Dead
{{!}} align="right" valign="top" {{!}} [[Has interactions while dead::{{{dead|}}}]] |}}
{{!}}-
{{!}}-
|}}
|}}
Line 50: Line 55:
|}
|}
{{#if: {{{pageintro|}}} | {{{pageintro|}}} | {{addmetext}} }}
{{#if: {{{pageintro|}}} | {{{pageintro|}}} | {{addmetext}} }}
{{#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]] }}
{{#if: {{{citizen|}}} | [[Category: Citizenship verbs]] {{#arraymap:{{{citizen|}}}|,|x|[[Category:x citizen verbs]] |<nowiki> </nowiki>}} }} {{#if: {{{race|}}} | [[Category:Racial verbs]] {{#arraymap:{{{race|}}}|,|x|[[Category:x verbs]] |<nowiki> </nowiki>}} }} {{#if: {{{culture|}}} | [[Category: Cultural verbs]] {{#arraymap:{{{culture|}}}|,|x|[[Category:x cultural verbs]] |<nowiki> </nowiki>}} }} {{#if: {{{profession|}}} | [[Category:Profession verbs]] {{#arraymap:{{{profession|}}}|,|x|[[Category:x verbs]] |<nowiki> </nowiki>}} }}{{#if: {{{system|}}} | [[Category: System verbs]] {{#arraymap:{{{system|}}}|,|x|[[Category:x system verbs]] |<nowiki> </nowiki>}} }}</onlyinclude>
{{#switch: {{{dead|}}}|Yes=[[Category: Deceased verbs]]|yes=[[Category: Deceased verbs]]}} {{#if: {{{citizen|}}} | [[Category: Citizenship verbs]] {{#arraymap:{{{citizen|}}}|,|x|[[Category:x citizen verbs]] |<nowiki> </nowiki>}} }} {{#if: {{{race|}}} | [[Category:Racial verbs]] {{#arraymap:{{{race|}}}|,|x|[[Category:x verbs]] |<nowiki> </nowiki>}} }} {{#if: {{{culture|}}} | [[Category: Cultural verbs]] {{#arraymap:{{{culture|}}}|,|x|[[Category:x cultural verbs]] |<nowiki> </nowiki>}} }} {{#if: {{{profession|}}} | [[Category:Profession verbs]] {{#arraymap:{{{profession|}}}|,|x|[[Category:x verbs]] |<nowiki> </nowiki>}} }}{{#if: {{{system|}}} | [[Category: System verbs]] {{#arraymap:{{{system|}}}|,|x|[[Category:x system verbs]] |<nowiki> </nowiki>}} }}</onlyinclude>
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]]
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]]



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 -->
}}