Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Template:Standard table/Documentation"

From PCGamingWiki, the wiki about fixing PC games
m (expanded documents)
m (d)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
;Row styles
 
;Row styles
* {{T|Standard table/row}} - Default row template used for values in the left column and description in the right column (think a list of console parameters and their use)
+
* {{T|Standard table/row}} - Default row template used for values in the left column (monospace) and description in the right column (think a list of console parameters and their use).
* {{T|Standard table/rowalt}} - Alternate row template used for label in the left column and value in the right column (think a table of config file locations)
+
* {{T|Standard table/rowalt}} - Alternate row template used for label in the left column and value in the right column (monospace). Matches the save/config path tables of the game pages.
 +
* {{T|Standard table/rowalt2}} - General-purpose row with no monospace column at all. Matches the regular table designs of the game pages.
  
 
;Syntax
 
;Syntax
Line 21: Line 22:
 
{{Standard table/row|Text in 1st row, 1st column|Text in 1st row, 2nd column}}
 
{{Standard table/row|Text in 1st row, 1st column|Text in 1st row, 2nd column}}
 
{{Standard table/row|Text in 2nd row, 1st column|Text in 2nd row, 2nd column}}
 
{{Standard table/row|Text in 2nd row, 1st column|Text in 2nd row, 2nd column}}
 +
|collapsed=no}}
 +
</nowiki></pre>
 +
 +
;Example of a general-purpose list
 +
{{Standard table| Feature | Notes|content=
 +
{{Standard table/rowalt2| '''Anti-aliasing''' | Great support }}
 +
{{Standard table/rowalt2| '''Framerate limiter''' | Caps out at 1000 FPS }}
 +
|collapsed=no}}
 +
<pre><nowiki>
 +
{{Standard table| Parameter | Description |content=
 +
{{Standard table/rowalt2| '''Anti-aliasing''' | Great support }}
 +
{{Standard table/rowalt2| '''Framerate limiter''' | Caps out at 1000 FPS }}
 
|collapsed=no}}
 
|collapsed=no}}
 
</nowiki></pre>
 
</nowiki></pre>

Latest revision as of 12:20, 21 July 2020

Description

This is the standard table template that mirrors the default 2-column style used of the main PCGW tables on game pages.

Row styles
  • {{Standard table/row}} - Default row template used for values in the left column (monospace) and description in the right column (think a list of console parameters and their use).
  • {{Standard table/rowalt}} - Alternate row template used for label in the left column and value in the right column (monospace). Matches the save/config path tables of the game pages.
  • {{Standard table/rowalt2}} - General-purpose row with no monospace column at all. Matches the regular table designs of the game pages.
Syntax
{{Standard table|Header Text 1|Header Text 2|content=
{{Standard table/row|Text in 1st row, 1st column|Text in 1st row, 2nd column}}
{{Standard table/row|Text in 2nd row, 1st column|Text in 2nd row, 2nd column}}
}}
Prevent collapsed by default

Add the collapsed=no parameter to the syntax:

{{Standard table|Header Text 1|Header Text 2|content=
{{Standard table/row|Text in 1st row, 1st column|Text in 1st row, 2nd column}}
{{Standard table/row|Text in 2nd row, 1st column|Text in 2nd row, 2nd column}}
|collapsed=no}}
Example of a general-purpose list
Feature Notes
Anti-aliasing Great support
Framerate limiter Caps out at 1000 FPS
{{Standard table| Parameter | Description |content=
{{Standard table/rowalt2| '''Anti-aliasing''' | Great support }}
{{Standard table/rowalt2| '''Framerate limiter''' | Caps out at 1000 FPS }}
|collapsed=no}}
Example of e.g. console parameter list
Parameter Description
sv_cheats 1 Enable cheats
pepperonipizza Grant yourself 1000 food
{{Standard table| Parameter | Description |content=
{{Standard table/row| sv_cheats 1 | Enable cheats }}
{{Standard table/row| pepperonipizza | Grant yourself 1000 food }}
|collapsed=no}}
Example of e.g. a list of paths
Edition Location
Base <path-to-game>
Bonuses <path-to-game>\bonus
{{Standard table| Edition | Location |content=
{{Standard table/rowalt| '''Base''' | {{p|game}} }}
{{Standard table/rowalt| '''Bonuses''' | {{p|game}}\bonus }}
|collapsed=no}}