Template:Hint
From OpenSimulator
(Difference between revisions)
CodyCooper (Talk | contribs) (Created page with "<onlyinclude><includeonly>{{#switch: {{{mode}}} |warning = {{{!}} style="background-color:#AAAAAA; margin-bottom:10px;" cellpadding="3" cellspacing="1" {{!}} style="background...") |
Latest revision as of 11:25, 12 March 2019
Contents |
[edit] "Note Box"
Create a Note box for various sectors and "alerts".
- Warning Box
- Important Box
- Note/Hint Box
- and special version of note box for translations
Based on Template:! and inspired by Template:LSL_Function/warning
[edit] Minimum Usage
{{hint |mode=important |desc=<Description> }}
[edit] Normal Usage
{{hint |mode=important |title_desc=<Title Description> |desc=<Description> }}
[edit] Translation Special Usage
{{hint |mode=translation |name=<your name> }}
[edit] Translation Special with Project Usage
{{hint |mode=translation |project=<project name> |name=<your name> }}
[edit] Examples
File:Emblem-important-red.png | Warning! |
The follow stuff is experimental. |
{{hint |mode=warning |desc=The follow stuff is experimental. }}
File:Emblem-important.png | Important! Page isn't finished. |
Sorry this page isn't finished... I'm working hard on it! o.o |
{{hint |mode=important |title_desc=Page isn't finished. |desc=Sorry this page isn't finished... I'm working hard on it! o.o }}
File:Emblem-important-yellow.png | Note! |
The following code is a beta and not 100% stable! |
{{hint |mode=note |desc=The following code is a beta and not 100% stable! }}
File:Emblem-important-yellow.png | Note: Translation in Progress! |
This page is translated by Kuraiko Yoshikawa. |
{{hint |mode=translation |name=Kuraiko Yoshikawa }}
File:Emblem-important-yellow.png | Note: Translation in Progress! |
This page is translated by Kuraiko Yoshikawa as part of XYZ Translation Project. |
{{hint |mode=translation |name=Kuraiko Yoshikawa |project=XYZ Translation Project }}