Template:Using: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 29: Line 29:
<ul>You can create a scrap weapon by {{Using}} a scrap weapon kit.</ul>
<ul>You can create a scrap weapon by {{Using}} a scrap weapon kit.</ul>


'''Note:''' If you need to add an indentation before the sentence where {{Using}} is written, you will need to use <code><ul>text</ul><code> and not <code>:text</code>. Otherwise an unexpected line break will appear before the template resulting word. Same thing for <code>*text</code>, use <code><ul><li>text</li></ul></code> instead. See the page about the [[club]] as an example.
'''Note:''' If you need to add an indentation before the sentence where {{Using}} is written, you will need to use <code><nowiki><ul>text</ul></nowiki><code> and not <code><nowiki>:text</nowiki></code>. Otherwise an unexpected line break will appear before the template resulting word. Same thing for <code><nowiki>*text</nowiki></code>, use <code><nowiki><ul><li>text</li></ul></nowiki></code> instead. See the page about the [[club]] as an example.
</translate>
</translate>
[[Category:ControlsTemplates]]
[[Category:ControlsTemplates]]
</noinclude>
</noinclude>

Revision as of 15:41, 30 July 2023

Documentation

Adds a small underlined word, optional unnamed parameter, defaults to "Using", that has a tool tip saying "Right mouse button".

Call with {{Using|optional param}}, optionally using translation variables to minimize chance of errors in translation.

Example

Hover the mouse on the underlined words to see the effect.

  • An armor stand {{Using|placed}} on the ground.
becomes:
    An armor stand placed on the ground.
  • You can create a scrap weapon by {{Using}} a scrap weapon kit.
becomes:
    You can create a scrap weapon by using a scrap weapon kit.

Note: If you need to add an indentation before the sentence where using is written, you will need to use <ul>text</ul> and not :text. Otherwise an unexpected line break will appear before the template resulting word. Same thing for *text, use <ul><li>text</li></ul> instead. See the page about the club as an example.