lab:Commands
Extenal Link
[http://bharatdiscovery.org वेबसाइट]
it will look like below
वेबसाइट
Redirect a page
#redirect[[page name]]
Category linking
[[:Category:स्वतन्त्रता संग्राम|xyz]]
result is:
Tooltip Balloon Link
<balloon link="index.php?title=Page Name" title="Display Text"> Link </balloon>
result is:
<balloon link="index.php?title=Page Name" title="Display Text"> Link </balloon>
Tooltip Balloon Hover
<balloon title="Display Text"> Link </balloon>
result is:
<balloon title="Display Text"> Link </balloon>
Tooltip Balloon Image
<balloon title="Display Text"> <img src="images/e/e8/Krishn-title.jpg" width="100px" /> </balloon>
result is:
<balloon title="Display Text"> <img src="images/e/e8/Krishn-title.jpg" width="100px" /> </balloon>
Jump to Page Headings
[[कृष्ण#जन्म और जीवन परिचय]]
result is:
Hindiwriter Commands
Shift+@=.
result is: .
Table Caption
<caption> </caption>
result is:
Orange | Apple |
Bread | Pie |
Butter | Ice cream |
Simple Table
<tab class=brajtable sep=comma head=top>
Head 1,,Head 2,,Head 3
Field 1,,Field 2,,Field 3
Field 4,,Field 5,,Field 6
</tab>
Result is
<tab class=brajtable sep=comma head=top> Head 1,,Head 2,,Head 3 Field 1,,Field 2,,Field 3 Field 4,,Field 5,,Field 6 </tab>
Inputbox
Sort
<sort>
[[कनिष्क]]
[[अक्षौहिणी]]
[[आर्य]]
</sort>
Result is
<sort> कनिष्क अक्षौहिणी आर्य </sort>
Sort2
<sort2 type="inline" separator="&sp;|&sp;">
[[कनिष्क]]
[[अक्षौहिणी]]
[[आर्य]]
</sort2>
Result is
<sort2 type="inline" separator="&sp;|&sp;"> कनिष्क अक्षौहिणी आर्य </sort2>
Poem
<poem>
One
Two
Three
Four
</poem>
Result is
One
Two
Three
Four
Imagemap
Image map creator website url
In this website just enter the image url & draw the imagemap, then copy & paste the code to our website.
Page Css
<css>
#id name { background-color: black;color:white; }
</css>
Result is
<css>
- test { background-color: black;color:white; }
</css>
CustomSidebar
<sidebar>
* Heading 1
** Item 1|Item 1
** Item 2|Item 2
** Item 3|Item 3
</sidebar>
Slideshow
<slideshow sequence="forward" transition="fade" refresh="4000">
<div>[[Image:Image1.jpg|thumb|right|128px|Caption 1]]</div>
<div>[[Image:Image2.jpg|thumb|right|128px|Caption 2]]</div>
</slideshow>
Result is
<slideshow sequence="forward" transition="fade" refresh="4000">
</slideshow>
Google Map
<googlemap version="0.9" lat="27.507053" lon="77.794189" type="map" zoom="10" width="450" height="300" controls="small">
27.417657, 77.744633, ब्रह्माण्ड घाट
[[चित्र:Brhamand-Ghat-2.jpg|160px]]
</googlemap>
Result is
<googlemap version="0.9" lat="27.507053" lon="77.794189" type="map" zoom="10" width="450" height="300" controls="small">
27.417657, 77.744633, ब्रह्माण्ड घाट
</googlemap>
Iframe
<websiteFrame>
website=http://hi.brajdiscovery.org/hindi-trans-big.html
width=100%
height="400"
border=0
</websiteFrame>
Result is
Calling Google Transliteration in Ifame <websiteFrame> website=http://hi.brajdiscovery.org/hindi-trans-big.html width=100% height="400" border=0 </websiteFrame>
Icons
{{#icon: logo.jpg|Info|24|krishna}} Text
Result is
{{#icon: logo.jpg|Info|20|krishna}} Text
Templates
Hightlighted Text Right
{{high right}}
Text Text Text Text Text Text Text Text Text Text
{{Table close}}
Result is
Hightlighted Text Left
{{high left}}
Text Text Text Text Text Text Text Text Text Text
{{Table close}}
Result is
Full Table 100%
{{Table 100}}
Text Text Text Text Text Text Text Text Text Text
{{Table close}}
Result is
Table Left
{{Table left}}
Text Text Text Text Text Text Text Text Text Text
{{Table close}} Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Result is
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Free Table
{{Free table}}
Text Text Text Text Text Text Text Text Text Text
{{Table close}} Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Result is
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text
Right Side Text Div or Table
Example with Div
<div id="textboxrt">Text Text Text Text Text Text Text Text Text Text</div>
Result is
Example With Table
{| id="textboxrt"
|Text Text Text Text Text Text Text Text Text Text
|}
Result is
Text Text Text Text Text Text Text Text Text Text |
Left Side Text Div or Table
Example with Div
<div id="textboxlt">Text Text Text Text Text Text Text Text Text Text</div>
Result is
Example With Table
{| id="textboxlt"
|Text Text Text Text Text Text Text Text Text Text
|}
Result is
Text Text Text Text Text Text Text Text Text Text |
Right Side Text Broad Div or Table 2
Example with Div
<div id="brajdis-text-rt">Text Text Text Text Text Text Text Text Text Text</div>
Result is
Example With Table
{| id="brajdis-text-rt"
|Text Text Text Text Text Text Text Text Text Text
|}
Result is
Text Text Text Text Text Text Text Text Text Text |
Left Side Text Broad Div or Table 2
Example with Div
<div id="brajdis-text-lt">Text Text Text Text Text Text Text Text Text Text</div>
Result is
Example With Table
{| id="brajdis-text-lt"
|Text Text Text Text Text Text Text Text Text Text
|}
Result is
Text Text Text Text Text Text Text Text Text Text |
Custom Page Browser Title & Pagename
{{#customtitle:My Page Name|My Page Browser Title}}
Toc Right
{{tocright}}
Example
Toc left
{{tocleft}}
Themes
Theme Gold
{{Theme gold}}
Example
Tabs
=Tab1=
Content Tab1
=Tab2=
Content Tab2
=Tab3=
Content Tab3
=Tab4=
Content Tab4
<headertabs/>
Result is
Tab1
Content Tab1
Tab2
Content Tab2
Tab3
Content Tab3
Tab4
Content Tab4 <headertabs/>