"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
|
Warning!
|
The follow stuff is experimental.
|
{{hint
|mode=warning
|desc=The follow stuff is experimental.
}}
|
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
}}
|
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!
}}
|
Note: Translation in Progress!
|
This page is translated by Kuraiko Yoshikawa. Translation committed at: Sunday 27 July 2008
|
{{hint
|mode=translation
|name=Kuraiko Yoshikawa
}}
|
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
}}