Template:Verbinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 47: Line 47:
{{#if: {{{system|}}} | <!-- Up to 3 entries can be made to indicate if a verb has system versions, ex. Guild, Player System Manager -->
{{#if: {{{system|}}} | <!-- Up to 3 entries can be made to indicate if a verb has system versions, ex. Guild, Player System Manager -->
! valign="top" {{!}} System
! valign="top" {{!}} System
{{!}} align="right" valign="top" {{!}} [[:Category:{{{system|}}} | {{{system|}}}]] {{#if: {{{system2|}}} |
{{!}} align="right" valign="top" {{!}} [[{{{system|}}}]] {{#if: {{{system2|}}} |
<br> [[:Category:{{{system2|}}} | {{{system2|}}}]] |}} {{#if: {{{system3|}}} |
<br> [[{{{system2|}}}]] |}} {{#if: {{{system3|}}} |
<br> [[:Category:{{{system3|}}} | {{{system3|}}}]] |}}
<br> [[{{{system3|}}}]] |}}
{{!}}-
{{!}}-
|}} <!-- The following are for System specific verbs -->
|}} <!-- The following are for System specific verbs -->

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