Difference between revisions of "Template:Hint"

From Second Life Wiki
Jump to navigation Jump to search
Line 144: Line 144:
  }}
  }}
  </nowiki>
  </nowiki>
[[Category:Box templates]]

Revision as of 06:44, 8 May 2009


"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

Minimum Usage

{{hint
 |mode=important
 |desc=<Description>
 }}

Normal Usage

{{hint
 |mode=important
 |title_desc=<Title Description>
 |desc=<Description>
 }}

Translation Special Usage

{{hint
 |mode=translation
 |name=<your name>
 }}

Translation Special with Project Usage

 {{hint
 |mode=translation
 |project=<project name>
 |name=<your name>
 }}
 

Examples

Error creating thumbnail: convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928. convert-im6.q16: unable to open file `/tmp/magick-23347gil1gjffKnoK': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_a9f559cec1f8.png' @ error/convert.c/ConvertImageCommand/3258.
Warning!

The follow stuff is experimental.

 {{hint
 |mode=warning
 |desc=The follow stuff is experimental.
 }}
 

Error creating thumbnail: convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928. convert-im6.q16: unable to open file `/tmp/magick-23352btLW7UELJtcS': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_13ae4370be56.png' @ error/convert.c/ConvertImageCommand/3258.
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
 }}
 

Error creating thumbnail: convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928. convert-im6.q16: unable to open file `/tmp/magick-23357yqg5FJTnmL4V': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_b46bf59fb2f2.png' @ error/convert.c/ConvertImageCommand/3258.
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!
 }}
 

Error creating thumbnail: convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928. convert-im6.q16: unable to open file `/tmp/magick-23362UiMEGBab6eWZ': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_232db9f12637.png' @ error/convert.c/ConvertImageCommand/3258.
Note: Translation in Progress!

This page is translated by Kuraiko Yoshikawa.
Translation committed at: Sunday 27 July 2008

 {{hint
 |mode=translation
 |name=Kuraiko Yoshikawa
 }}
 

Error creating thumbnail: convert-im6.q16: delegate failed `'rsvg-convert' -o '%o' '%i'' @ error/delegate.c/InvokeDelegate/1928. convert-im6.q16: unable to open file `/tmp/magick-23367o4imvOBtvSOY': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_7a6b15177b31.png' @ error/convert.c/ConvertImageCommand/3258.
Note: Translation in Progress!

This page is translated by Kuraiko Yoshikawa as part of XYZ Translation Project.
Translation committed at: Sunday 27 July 2008

 {{hint
 |mode=translation
 |name=Kuraiko Yoshikawa
 |project=XYZ Translation Project
 }}