Difference between revisions of "Template:Hint"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 12: Line 12:
|important = {{{!}} style="background-color:#AAAAAA; margin-bottom:10px;" cellpadding="3" cellspacing="1"
|important = {{{!}} style="background-color:#AAAAAA; margin-bottom:10px;" cellpadding="3" cellspacing="1"
{{!}} style="background:white;" valign="top" rowspan="2" {{!}} [[Image:Emblem-important.svg]]
{{!}} style="background:white;" valign="top" rowspan="2" {{!}} [[Image:Emblem-important.svg]]
{{!}} style="color:black; background:#ffd363;" title="Important! {{{title_desc| }}}" width="100%" {{!}} '''Important! {{{title_desc| }}}'''
{{!}} style="color:black; background:#ff6b00;" title="Important! {{{title_desc| }}}" width="100%" {{!}} '''Important! {{{title_desc| }}}'''
{{!}}-
{{!}}-
{{!}} style="background:#F9F9F9; font-size:90%;" {{!}}
{{!}} style="background:#F9F9F9; font-size:90%;" {{!}}
Line 31: Line 31:
{{!}}-
{{!}}-
{{!}} style="background:#F9F9F9; font-size:90%;" {{!}}
{{!}} style="background:#F9F9F9; font-size:90%;" {{!}}
This page is translated by [[User:{{{name}}}|{{{name}}}]] {{#if:{{{project| }}}|as part of {{{project}}}}}.<br>Translation begin: {{ #time: l j F Y | {{#time: c}} }}
This page is translated by [[User:{{{name}}}|{{{name}}}]]{{#if:{{{project| }}}| as part of ''{{{project}}}''}}.<br>Translation committed at: {{ #time: l j F Y | {{#time: c}} }}
{{!}}}
{{!}}}
|#default =  
|#default =  
}}
}}
</includeonly>
</includeonly>
<noinclude>
<div style="margin-bottom: 10px;">
__TOC__
</div>
<div id="box">
== "Note Box" ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
Create a Note box for various sectors and "alerts".
*<span style="color: red">'''Warning Box'''</span>
*<span style="color: orange">'''Important Box'''</span>
*<span style="color: yellow; background: lightgray;">'''Note/Hint Box'''</span>
*and special version of note box for translations
<br>
Based on [[Template:!]] and inspired by [[Template:LSL_Function/warning]]
</div>
</div>
<div id="box">
== Minimum Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<nowiki>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=important
|desc=<Description>
}}</nowiki>
</div>
== Normal Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<nowiki>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=important
|title_desc=<Title Description>
|desc=<Description>
}}</nowiki>
</div>
</div>
<div id=box>
== Translation Special Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<nowiki>{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=translation
|name=<your name>
}}</nowiki>
</div>
== Translation Special with Project Usage ==
<div  style="padding: 0.5em 0.5em 0.5em 0.5em;">
<nowiki>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=translation
|project=<project name>
|name=<your name>
}}
</nowiki>
</div>
</div>
== Examples ==
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=warning
|desc=The follow stuff is experimental.
}}
<nowiki>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=warning
|desc=The follow stuff is experimental.
}}
</nowiki>
<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
|mode=important
|title_desc=Page isn't finished.
|desc=Sorry this page isn't finished... I'm working hard on it! o.o
}}
<nowiki>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=important
|title_desc=Page isn't finished.
|desc=Sorry this page isn't finished... I'm working hard on it! o.o
}}
</nowiki>
<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
|mode=note
|desc=The following code is a beta and not 100% stable!
}}
<nowiki>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=note
|desc=The following code is a beta and not 100% stable!
}}
</nowiki>
<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
|mode=translation
|name=Kuraiko Yoshikawa
}}
<nowiki>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=translation
|name=Kuraiko Yoshikawa
}}
</nowiki>
<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
|mode=translation
|name=Kuraiko Yoshikawa
|project=XYZ Translation Project
}}
<nowiki>
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=translation
|name=Kuraiko Yoshikawa
|project=XYZ Translation Project
}}
</nowiki>
</noinclude>

Revision as of 21:45, 26 July 2008


"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

{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
 |mode=important
 |desc=<Description>
 }}

Normal Usage

{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
 |mode=important
 |title_desc=<Title Description>
 |desc=<Description>
 }}

Translation Special Usage

{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
 |mode=translation
 |name=<your name>
 }}

Translation Special with Project Usage

 {{User:Kuraiko_Yoshikawa/sandbox/Template: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-986TrNeYH5rLFFJ': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_a907f8909025.png' @ error/convert.c/ConvertImageCommand/3258.
Warning!

The follow stuff is experimental.


 {{User:Kuraiko_Yoshikawa/sandbox/Template: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-991iyF9VxyJ1EzS': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_15d698215e9c.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


 {{User:Kuraiko_Yoshikawa/sandbox/Template: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-996zy_NjyNN3hPV': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_d43e55e37b18.png' @ error/convert.c/ConvertImageCommand/3258.
Note!

The following code is a beta and not 100% stable!


 {{User:Kuraiko_Yoshikawa/sandbox/Template: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-1001PKL4yLUdNrSZ': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_190133d76ed7.png' @ error/convert.c/ConvertImageCommand/3258.
Note: Translation in Progress!

This page is translated by Kuraiko Yoshikawa.
Translation committed at: Tuesday 30 April 2024


 {{User:Kuraiko_Yoshikawa/sandbox/Template: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-1006DGZ6NVtMmWIY': No such file or directory @ error/constitute.c/ReadImage/600. convert-im6.q16: no images defined `PNG:/tmp/transform_7e5a62203a57.png' @ error/convert.c/ConvertImageCommand/3258.
Note: Translation in Progress!

This page is translated by Kuraiko Yoshikawaas part of XYZ Translation Project.
Translation committed at: Tuesday 30 April 2024


 {{User:Kuraiko_Yoshikawa/sandbox/Template:hint
 |mode=translation
 |name=Kuraiko Yoshikawa
 |project=XYZ Translation Project
 }}