Template:Verbinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 88: Line 88:
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]]


{{#section:Help:Verb pages|cpcode}}</noinclude>
<pre{{log2}}><nowiki>{{Verbinfo
|verb = VERB <!--Name of the verb. This should always be capitalized. -->
|type = TYPE <!--Type of verb: Roleplaying, System, Special Case. Additional slots can be added with type2, type3 -->
|demeanor = YES <!-- Simply answer "Yes" or "No"-->
|wedding = WEDDING <!--Simply answer "Yes" or "No" -->
|citizen = CITIZEN <!--If there is a citizen version of the verb. Additional slots can be added with citizen2, citizen3 -->
|race = RACE <!--If there is a racial version of the verb. Additional slots can be added with race2, race3, race4 -->
|culture = CULTURE <!--If there is a cultural version of the verb. Additional slots can be added with culture2, culture3 -->
|profession = PROFESSION<!--If there is a profession version of the verb. Additional slots can be added with profession2 - profession10 -->
|system = SYSTEM <!--If this verb is specific to a system. Additional slots can be added with system2 - system5-->
|special = SPECIAL <!--If this verb is due to a special case and does not work otherwise. Additional slots can be added with special2, special3 -->
}}</nowiki></pre></noinclude>

Latest revision as of 18:05, 18 June 2023

{{{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.  Additional slots can be added with type2, type3 -->
|demeanor = YES <!-- Simply answer "Yes" or "No"-->
|wedding = WEDDING <!--Simply answer "Yes" or "No" -->
|citizen = CITIZEN <!--If there is a citizen version of the verb.  Additional slots can be added with citizen2, citizen3 -->
|race = RACE <!--If there is a racial version of the verb.  Additional slots can be added with race2, race3, race4 -->
|culture = CULTURE <!--If there is a cultural version of the verb.  Additional slots can be added with culture2, culture3 -->
|profession = PROFESSION<!--If there is a profession version of the verb.  Additional slots can be added with profession2 - profession10 -->
|system = SYSTEM <!--If this verb is specific to a system.  Additional slots can be added with system2 - system5-->
|special = SPECIAL <!--If this verb is due to a special case and does not work otherwise.  Additional slots can be added with special2, special3 -->
}}