Aladdin Ali Baba
Bergabung 23 September 2012
Konten dihapus Konten ditambahkan
Tidak ada ringkasan suntingan |
Tidak ada ringkasan suntingan |
||
Baris 13:
|}
</center>
[[File:RedoxonVitaminC.jpg|thumb|400px|center|]]
[[Wikipedia:Memulai halaman baru]]
Baris 41 ⟶ 43:
[http://en.wiki-indonesia.club/wiki/Template:External_media/testcases http://en.wiki-indonesia.club/wiki/Template:External_media/testcases]
<center>
My Inputbox:
{| width="60%" style="border:1px solid black "
|
<inputbox>
type=search
width=42
buttonlabel=Go!
searchbuttonlabel=Search
break=no
</inputbox>
|}
</center>
== Box types ==
{| class="wikitable"
!Type
!Example
!Description
|-
| type=search
|
<inputbox>
type=search
</inputbox>
| Creates a search box which has a default width of 50 characters. Information added in the text box is searched for.
|-
| type=create
|
<inputbox>
type=create
</inputbox>
| Creates a new page. Information added in the text box is the name of the page which is edited.
|-
| type=comment
|
<inputbox>
type=comment
</inputbox>
| Adds a new section to the bottom of the page specified in the text box.
|-
| type=commenttitle
|
<inputbox>
type=commenttitle
page={{TALKPAGENAME}}
</inputbox>
| Adds a new section with the section header typed into the text box. The page has to be specified with <code>page=</code> parameter. <small>Added in [[rev:42703]].</small>
|-
| type=fulltext
|
<inputbox>
type=fulltext
</inputbox>
| Search only the fulltext search button, without the 'Go' button. <small>Added in [[rev:45269]].</small>
|-
| type=search2
|
<inputbox>
type=search2
</inputbox>
|
|}
<div style="clear:both;"></div>
|