Difference between revisions of "Template:LanguageTableHeader"

From Oldunreal-Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| class="article-table" style="width:100%; border: 1px solid black;" |- !style="width: 50%; background: black; color: white; font-weight:bold;"|Original entry !s...")
 
Line 1: Line 1:
<includeonly>{| class="article-table" style="width:100%; border: 1px solid black;"
<includeonly>{| class="article-table" style="width:100%; border: 1px solid black; margin: 0px; padding: 0px;"
|-
|-
!style="width: 50%; background: black; color: white; font-weight:bold;"|Original entry
!style="width: 50%; background: black; color: white; font-weight:bold;"|Original entry

Revision as of 02:24, 18 July 2020

Table templates
Language Table
Class Table

A set of templates meant to bring consistency in design to the Language Guidelines pages.

{{LanguageTableHeader}}
{{LanguageTableSection
|name=
}}
{{LanguageTableRow
|original=
|translation=
|found_in=
|class=
|metaclass=
|notes=
}}
(...)
{{LanguageTableRow
|original=
|translation=
|found_in=
|class=
|metaclass=
|notes=
}}
{{LanguageTableFooter}}

Example of use:

{{LanguageTableHeader}}
{{LanguageTableSection
|name=Weapons
}}
{{LanguageTableRow
|original=Dispersion Pistol
|translation=Pistola de Dispersión
|found_in=UnrealI.est
|class=
|metaclass=
|notes=Unreal Only
}}
{{LanguageTableRow
|original=AutoMag
|translation=Autopistola
|found_in=UnrealI.est
|class=
|metaclass=
|notes=Unreal Only
}}
{{LanguageTableFooter}}
Original entry Translation
Weapons
Dispersion Pistol Pistola de Dispersión UnrealI.est Unreal Only
AutoMag Autopistola UnrealI.est Unreal Only