Difference between revisions of "Template:Hint"

From Second Life Wiki
Jump to navigation Jump to search
m (User:Kuraiko Yoshikawa/sandbox/Template:hint moved to Template:Hint: birth of a new template =) thx kurai *hugz*)
Line 50: Line 50:
== Minimum Usage ==
== Minimum Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
  <nowiki>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  <nowiki>{{hint
  |mode=important
  |mode=important
  |desc=<Description>
  |desc=<Description>
Line 57: Line 57:
== Normal Usage ==
== Normal Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
  <nowiki>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  <nowiki>{{hint
  |mode=important
  |mode=important
  |title_desc=<Title Description>
  |title_desc=<Title Description>
Line 68: Line 68:
== Translation Special Usage ==
== Translation Special Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
  <nowiki>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  <nowiki>{{hint
  |mode=translation
  |mode=translation
  |name=<your name>
  |name=<your name>
Line 76: Line 76:
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
  <nowiki>
  <nowiki>
  {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  {{hint
  |mode=translation
  |mode=translation
  |project=<project name>
  |project=<project name>
Line 86: Line 86:


== Examples ==
== Examples ==
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
{{hint
|mode=warning
|mode=warning
|desc=The follow stuff is experimental.
|desc=The follow stuff is experimental.
}}
}}
  <nowiki>
  <nowiki>
  {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  {{hint
  |mode=warning
  |mode=warning
  |desc=The follow stuff is experimental.
  |desc=The follow stuff is experimental.
Line 97: Line 97:
  </nowiki>
  </nowiki>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
{{hint
|mode=important
|mode=important
|title_desc=Page isn't finished.
|title_desc=Page isn't finished.
Line 103: Line 103:
}}
}}
  <nowiki>
  <nowiki>
  {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  {{hint
  |mode=important
  |mode=important
  |title_desc=Page isn't finished.
  |title_desc=Page isn't finished.
Line 110: Line 110:
  </nowiki>
  </nowiki>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
{{hint
|mode=note
|mode=note
|desc=The following code is a beta and not 100% stable!
|desc=The following code is a beta and not 100% stable!
}}
}}
  <nowiki>
  <nowiki>
  {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  {{hint
  |mode=note
  |mode=note
  |desc=The following code is a beta and not 100% stable!
  |desc=The following code is a beta and not 100% stable!
Line 121: Line 121:
  </nowiki>
  </nowiki>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
{{hint
|mode=translation
|mode=translation
|name=Kuraiko Yoshikawa
|name=Kuraiko Yoshikawa
}}
}}
  <nowiki>
  <nowiki>
  {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  {{hint
  |mode=translation
  |mode=translation
  |name=Kuraiko Yoshikawa
  |name=Kuraiko Yoshikawa
Line 132: Line 132:
  </nowiki>
  </nowiki>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
<center><hr style=" width: 80%; border-bottom: 2px dashed red; background-color: lightgray; height: 0px; margin-top: 10px; margin-bottom:20px;"></center>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
{{hint
|mode=translation
|mode=translation
|name=Kuraiko Yoshikawa
|name=Kuraiko Yoshikawa
Line 138: Line 138:
}}
}}
  <nowiki>
  <nowiki>
  {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
  {{hint
  |mode=translation
  |mode=translation
  |name=Kuraiko Yoshikawa
  |name=Kuraiko Yoshikawa

Revision as of 21:19, 5 January 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-18802CFyBO6qr2pWh': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_704b35ab0016.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-18807zLem1qX6G2kr': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_338eaa0b783b.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-18812HUUckTwY67Xu': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_195f7b3c0940.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-18817HfQZaQb4owQy': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_ac21003eb990.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-188220BOu-ducFBzB': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_88773b6eab01.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
 }}