Template:Verbtable: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
<includeonly>border="2" style="margin: 10px 1px 10px 10px; clear:both; background:#E6ECFA; border: 1px #aaa solid; border-collapse: collapse;"</includeonly>
<includeonly>border="2" cellpadding="4" style="margin: 10px 1px 10px 10px; clear:both; background:#E6ECFA; border: 1px #aaa solid; border-collapse: collapse;"</includeonly>
<noinclude>This template can be used to record [[verb]] command actions in a table format. This is a supplemental template to be used with the [[verbinfo]] template.
<noinclude>This template can be used to record [[verb]] command actions in a table format. This is a supplemental template to be used with the [[verbinfo]] template.



Revision as of 22:06, 20 February 2021

This template can be used to record verb command actions in a table format. This is a supplemental template to be used with the verbinfo template.

In order to create the heading(s) for the table, copy and paste this code into the table in the line following the template inclusion (see example).

{{verbtableheader}}

Example

The below example is what would be used for VERB pages only. It is set up in a way to take into consideration that the verb page is for a single verb, thus not indicating a need for a verb entered into the table.

{| {{verbtable}}
|- {{verbtableheader}}
! style="width:5em;"|Style
! First
! Third
|-
! Style
| First Person View
| Third Person View
|}
Style First Third
Style First Person View Third Person View

The below example is what would be used for item script pages only. It is set up in a way to take into consideration that scripted items have multiple verbs available for their used.

{| {{verbtable}}
|- {{verbtableheader}}
! style="width:5em;"|Verb
! style="width:5em;"|Style (Only if applicable.  Additional options would be Demeanor, Location, Climate, etc.  Essentially, modifiers to the verbs.)
! First
! Second (Only if applicable)
! Third
|-
! Verb
! Style
| First Person View
| Second Person View
| Third Person View
|}
Verb Style First Second Third
Verb Style First Person View Second Person View Third Person View