Template:Verbtable: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (Updated with a visual cue for style formatting on VERB.)
m (Added markup for tables. Added link to item scripts help page.)
Line 9: Line 9:


===Example===
===Example===
The below example is what would be used for [[:Category:Verbs | 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.
The below example is what would be used for [[:Category:Verbs | 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.
<pre{{log2}}><nowiki>{| {{verbtable}}
<pre{{log2}}><nowiki>{| {{verbtable}}
|- {{verbtableheader}}
|- {{verbtableheader}}
Line 16: Line 16:
! scope="col"|Third
! scope="col"|Third
|-
|-
! scope="row"|Style
! scope="row" role="rowheader"|Style
| First Person View
| First Person View
| Third Person View
| Third Person View
Line 27: Line 27:
! scope="col"|Third
! scope="col"|Third
|-
|-
! scope="row"|Style
! scope="row" role="rowheader"|Style
| First Person View
| First Person View
| Third Person View
| Third Person View
|}
|}


The below example is what would be used for [[:Category:Items | 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.
The below example is what would be used for [[:Category:Items | item]] script pages only. It is set up in a way to take into consideration that scripted items have multiple verbs available for their use. For more information on item pages, see [[Help:Item scripts]].
<pre{{log2}}><nowiki>{| {{verbtable}}
<pre{{log2}}><nowiki>{| {{verbtable}}
|- {{verbtableheader}}
|- {{verbtableheader}}
Line 41: Line 41:
! scope="col"|Third
! scope="col"|Third
|-
|-
! scope="row"|VERB
! scope="row" role="rowheader"|VERB
! scope="row"|Style
! scope="row" role="rowheader"|Style
| First Person View
| First Person View
| Second Person View
| Second Person View
Line 56: Line 56:
! scope="col"|Third
! scope="col"|Third
|-
|-
! scope="row"|VERB
! scope="row" role="rowheader"|VERB
! scope="row"|Style
! scope="row" role="rowheader"|Style
| First Person View
| First Person View
| Second Person View
| Second Person View

Revision as of 13:58, 3 July 2022

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}}
! scope="col" style="width:5em;"|Style
! scope="col"|First
! scope="col"|Third
|-
! scope="row" role="rowheader"|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 use. For more information on item pages, see Help:Item scripts.

{| {{verbtable}}
|- {{verbtableheader}}
! scope="col" style="width:5em;"|Verb
! scope="col" style="width:5em;"|Style (Only if applicable.  Additional options would be Demeanor, Location, Climate, etc.  Essentially, modifiers to the verbs.)
! scope="col"|First
! scope="col"|Second (Only if applicable)
! scope="col"|Third
|-
! scope="row" role="rowheader"|VERB
! scope="row" role="rowheader"|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