Difference between revisions of "Template:O/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
m (Small Design Update.)
Line 1: Line 1:
==Description==
+
== Description ==
This template formats an optional token field in modding documentation. The name is deliberately short since it's repeated many times on the page.
+
This template formats an optional token field in modding documentation. The name is deliberately short since as it's repeated several times on various pages.
  
==Usage==
+
== Usage ==
Place this template on the image page to use it:
+
{| class="wikitable"
<pre>{{o|field name}}</pre>
+
|-
 +
! Usage
 +
! Code
 +
! Result
 +
|-
 +
| Place this template on the images page to use it.
 +
| <pre>{{O|field name}}</pre>
 +
| {{O|field name}}
 +
|}
  
==See also==
+
== See Also ==
 
* [[Template:T]]
 
* [[Template:T]]
 
 
<includeonly>[[Category:Modding templates]]
 
<includeonly>[[Category:Modding templates]]
 
{{Addlanglinks}}</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
 
{{Addlanglinks}}</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 10:13, 23 April 2021

Description

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

Usage

Usage Code Result
Place this template on the images page to use it.
{{O|field name}}
[field name]

See Also