Template:Verbinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
{{#if: {{{type|}}} | <!-- Indicate Roleplaying, System, or Special Case -->
{{#if: {{{type|}}} | <!-- Indicate Roleplaying, System, or Special Case -->
! valign="top" {{!}} Type
! valign="top" {{!}} Type
{{!}} align="right" valign="top" {{!}} [[:Categoy:{{{type|}}} verbs| {{{type|}}}]] {{#if: {{{type2|}}} |
{{!}} align="right" valign="top" {{!}} [[:Category:{{{type|}}} verbs| {{{type|}}}]] {{#if: {{{type2|}}} |
<br> [[:Categoy:{{{type2|}}} verbs| {{{type2|}}}]] |}} {{#if: {{{type3|}}} |
<br> [[:Category:{{{type2|}}} verbs| {{{type2|}}}]] |}} {{#if: {{{type3|}}} |
<br> [[:Categoy:{{{type3|}}} verbs| {{{type3|}}}]] |}}
<br> [[:Category:{{{type3|}}} verbs| {{{type3|}}}]] |}}
{{!}}-
{{!}}-
|}} <!-- The following are for Roleplaying specific verbs -->
|}} <!-- The following are for Roleplaying specific verbs -->

Revision as of 20:52, 19 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
}}