Difference between revisions of "Template:Valuable/doc"

From Stoneshard wiki
Jump to navigation Jump to search
old>AlchemistAdam
m
old>AlchemistAdam
m
Line 1: Line 1:
{{Doc/start}}
{{Doc/start}}
This is Valuable template created for use as an infobox on a specific Valuable tooltip page.
This is a Valuable template created for use as an infobox on a specific Valuable tooltip page.


Usage: Copy this code to any <valuable name>/Tooltip page and replace/fill in the values:
Usage: Copy this code to any <Valuable_name>/Tooltip page and fill in the values:
  <nowiki>
  <nowiki>
{{ {{{1|Tooltip hover box}}}
{{ {{{1|Tooltip hover box}}}
|title = {{Valuable
|title = {{Valuable
|Description = This inkwell used to be in possession of some elven scribe or tax collector.
|Description = <Enter description here>
|Price = 250
|Price = <Enter price here>
}}
}}
}}
}}
<noinclude>
[[Category:Item_tooltips]]
</noinclude>
</nowiki>
</nowiki>
It will produce this result:
{{ {{{1|Tooltip hover box}}}
|title = {{Valuable
|Description = This inkwell used to be in possession of some elven scribe or tax collector.
|Price = 250
}}
}}
{{Doc/end}}
{{Doc/end}}

Revision as of 23:24, 3 July 2020

Template-info.png Documentation

This is a Valuable template created for use as an infobox on a specific Valuable tooltip page.

Usage: Copy this code to any <Valuable_name>/Tooltip page and fill in the values:

{{ {{{1|Tooltip hover box}}}
|title = {{Valuable
|Description = <Enter description here>
|Price = <Enter price here>
}}
}}