Template:Verbtable: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
m (Updated to include scope in tables for screen readers. See: https://en.wikipedia.org/wiki/Help:Table#Scope)
Line 12: Line 12:
<pre{{log2}}><nowiki>{| {{verbtable}}
<pre{{log2}}><nowiki>{| {{verbtable}}
|- {{verbtableheader}}
|- {{verbtableheader}}
! style="width:5em;"|Style
! scope="col" style="width:5em;"|Style
! First
! scope="col"|First
! Third
! scope="col"|Third
|-
|-
! Style
! scope="row"|Style
| First Person View
| First Person View
| Third Person View
| Third Person View
Line 23: Line 23:
{| {{verbtable}}
{| {{verbtable}}
|- style="background:#00004C; vertical-align: top; font-size: larger; color:white;"
|- style="background:#00004C; vertical-align: top; font-size: larger; color:white;"
! style="width:5em;"|Style
! scope="col" style="width:5em;"|Style
! First
! scope="col"|First
! Third
! scope="col"|Third
|-
|-
! Style
! scope="row"|Style
| First Person View
| First Person View
| Third Person View
| Third Person View
Line 35: Line 35:
<pre{{log2}}><nowiki>{| {{verbtable}}
<pre{{log2}}><nowiki>{| {{verbtable}}
|- {{verbtableheader}}
|- {{verbtableheader}}
! style="width:5em;"|Verb
! scope="col" style="width:5em;"|Verb
! style="width:5em;"|Style (Only if applicable. Additional options would be Demeanor, Location, Climate, etc. Essentially, modifiers to the verbs.)
! scope="col" style="width:5em;"|Style (Only if applicable. Additional options would be Demeanor, Location, Climate, etc. Essentially, modifiers to the verbs.)
! First
! scope="col"|First
! Second (Only if applicable)
! scope="col"|Second (Only if applicable)
! Third
! scope="col"|Third
|-
|-
! Verb
! scope="row"|Verb
! Style
! scope="row"|Style
| First Person View
| First Person View
| Second Person View
| Second Person View
Line 50: Line 50:
{| {{verbtable}}
{| {{verbtable}}
|- {{verbtableheader}}
|- {{verbtableheader}}
! style="width:5em;"|Verb
! scope="col" style="width:5em;"|Verb
! style="width:5em;"|Style
! scope="col" style="width:5em;"|Style
! First
! scope="col"|First
! Second
! scope="col"|Second
! Third
! scope="col"|Third
|-
|-
! Verb
! scope="row"|Verb
! Style
! scope="row"|Style
| First Person View
| First Person View
| Second Person View
| Second Person View

Revision as of 08:01, 15 May 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}}
! scope="col" style="width:5em;"|Style
! scope="col"|First
! scope="col"|Third
|-
! scope="row"|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}}
! 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"|Verb
! scope="row"|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