Template:Verbinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
No edit summary
(3 intermediate revisions by the same user not shown)
Line 61: Line 61:
|}
|}
|}<noinclude>[[Category: Verb templates]]</noinclude>
|}<noinclude>[[Category: Verb templates]]</noinclude>
<includeonly>[[Category:Verbs]] {{#if: {{{type|}}} | [[Category: {{{type}}} verbs]] }} {{#if: {{{type2|}}} | [[Category: {{{type2}}} verbs]] }} {{#if: {{{type3|}}} | [[Category: {{{type3}}} verbs]] }} {{#if: {{{citizen|}}} | [[Category: Citizen verbs]] }} {{#if: {{{race|}}} | [[Category: Racial verbs]] }} {{#if: {{{culture|}}} | [[Category: Cultural verbs]] }} {{#if: {{{wedding|}}} | [[Category: Wedding verbs]] }} {{#if: {{{profession|}}} | [[Category: Profession verbs]] }} {{#if: {{{system|}}} | [[Category: {{{system}}} verbs]] }} {{#if: {{{system2|}}} | [[Category: {{{system2}}} verbs]] }} {{#if: {{{system3|}}} | [[Category: {{{system3}}} verbs]] }} {{#if: {{{special|}}} | [[Category: Special case verbs]] }}</includeonly><noinclude>
<includeonly>[[Category:Verbs]] {{#if: {{{type|}}} | [[Category: {{{type}}} verbs]] }} {{#if: {{{type2|}}} | [[Category: {{{type2}}} verbs]] }} {{#if: {{{type3|}}} | [[Category: {{{type3}}} verbs]] }} {{#if: {{{citizen|}}} | [[Category: Citizenship verbs]] }} {{#if: {{{citizen|}}} | [[Category: {{{citizen}}} citizen verbs]] }} {{#if: {{{citizen2|}}} | [[Category: {{{citizen2}}} citizen verbs]] }} {{#if: {{{citizen3|}}} | [[Category: {{{citizen3}}} citizen verbs]] }} {{#if: {{{race|}}} | [[Category: Racial verbs]] }} {{#if: {{{race|}}} | [[Category: {{{race}}} racial verbs]] }} {{#if: {{{race2|}}} | [[Category: {{{race2}}} racial verbs]] }} {{#if: {{{race3|}}} | [[Category: {{{race3}}} racial verbs]] }} {{#if: {{{culture|}}} | [[Category: Cultural verbs]] }} {{#if: {{{wedding|}}} | [[Category: Wedding verbs]] }} {{#if: {{{profession|}}} | [[Category: Profession verbs]] }} {{#if: {{{system|}}} | [[Category: {{{system}}} verbs]] }} {{#if: {{{system2|}}} | [[Category: {{{system2}}} verbs]] }} {{#if: {{{system3|}}} | [[Category: {{{system3}}} verbs]] }} {{#if: {{{special|}}} | [[Category: Special case verbs]] }}</includeonly><noinclude>
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]]



Revision as of 21:49, 20 April 2021

{{{verb}}}

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 -->
|type2 = TYPE2 (if any)
|type3 = TYPE3 (if any)
|citizen = CITIZEN <!--If there is a citizen version of the verb-->
|citizen2 = CITIZEN2
|citizen3 = CITIZEN3
|race = RACE <!--If there is a racial version of the verb-->
|race2 = RACE2
|race3 = RACE3
|culture = CULTURE <!--If there is a cultural version of the verb-->
|culture2 = CULTURE2
|culture3 = CULTURE3
|wedding = WEDDING <!--If there is a wedding version of the verb (Cathedral/Wavedance)-->
|wedding2 = WEDDING2
|profession = PROFESSION<!--If there is a profession version of the verb-->
|profession2 = PROFESSION2
|profession3 = PROFESSION3
|system = SYSTEM <!--If this verb is specific to a system-->
|system2 = SYSTEM2
|system3 = SYSTEM3
|special = SPECIAL <!--If this verb is due to a special case and do not work otherwise-->
|special2 = SPECIAL2
|special3 = SPECIAL3
}}