Difference between revisions of "Template:T/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
(create page)
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
+
== Description ==
This template formats a required token field in modding documentation. The name is deliberately short since it's repeated many times on the page.
+
This template formats a required token field in modding documentation. The name is deliberately short since it's repeated several times on various pages.
  
==Usage==
+
== Usage ==
Place this template on the image page to use it:
+
{| class="wikitable"
<pre>{{t|field name}}</pre>
+
|-
 +
! Usage
 +
! Code
 +
! Result
 +
|-
 +
| Place this template on the images page to use it.
 +
| <pre>{{T|field name}}</pre>
 +
| {{T|field name}}
 +
|}
  
<includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
+
== See Also ==
 +
* [[Template:O]]
 +
<includeonly>{{Addlanglinks}}[[Category:Modding templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 22:21, 8 January 2023

Description

This template formats a required token field in modding documentation. The name is deliberately short since it's repeated several times on various pages.

Usage

Usage Code Result
Place this template on the images page to use it.
{{T|field name}}
<field name>

See Also