Template:Hint: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| 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:# | {{!}} 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 | 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 20: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
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=warning
|desc=The follow stuff is experimental.
}}
{{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
}}
{{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/1966. convert-im6.q16: unable to open file `/tmp/magick-RhqwxZEbMC98IW_m_WCtTrxIGPgtNitq': No such file or directory @ error/constitute.c/ReadImage/619. convert-im6.q16: no images defined `PNG:/tmp/transform_4f8520c0beaa.png' @ error/convert.c/ConvertImageCommand/3229. | Note: Translation in Progress! |
|
This page is translated by Kuraiko Yoshikawa. |
{{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/1966. convert-im6.q16: unable to open file `/tmp/magick-wtxAH5viQyjb45azW2q9ujDOm7UwTX1e': No such file or directory @ error/constitute.c/ReadImage/619. convert-im6.q16: no images defined `PNG:/tmp/transform_6823fd1a1ea0.png' @ error/convert.c/ConvertImageCommand/3229. | Note: Translation in Progress! |
|
This page is translated by Kuraiko Yoshikawaas part of XYZ Translation Project. |
{{User:Kuraiko_Yoshikawa/sandbox/Template:hint
|mode=translation
|name=Kuraiko Yoshikawa
|project=XYZ Translation Project
}}