Team:Mississippi State/Try
From 2008.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | + | == Box types == | |
- | + | ||
- | + | {| border="1" cellspacing="5" cellpadding="5" bgcolor="white" width="79%" | |
- | + | !Type | |
- | + | !Example | |
- | + | |- | |
- | + | ! type=search | |
- | + | | | |
- | < | + | <inputbox> |
- | + | type=search | |
- | + | </inputbox> | |
- | + | |- | |
- | + | | colspan="2" | Generates a search box with a default width of 50 characters. The button labels can be specified, see below; defaults [[MediaWiki:Tryexact]] and [[MediaWiki:Searchfulltext]]. The text field specifies the search criteria. | |
- | + | |- | |
- | + | ! type=create | |
- | </ | + | | |
- | + | <inputbox> | |
- | + | type=create | |
- | + | </inputbox> | |
- | + | |- | |
- | + | | colspan="2" | Allows creating a new page. The button label can be specified, see below; default [[MediaWiki:Createarticle]]. The text field specifies which page is to be edited. | |
+ | |- | ||
+ | ! type=comment | ||
+ | | | ||
+ | <inputbox> | ||
+ | type=comment | ||
+ | </inputbox> | ||
+ | |- | ||
+ | | colspan="2" | Add one or more sections to an existing page, or create a page, with an edit summary that is automatically the same as the (first) new section header. The button label can be specified, see below; default [[MediaWiki:Postcomment]] also used in the sidebar of the "Standard" skin. The text field specifies which page is to be edited. | ||
|} | |} | ||
- | + | <div style="clear:both;"></div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Revision as of 18:29, 27 June 2008
Box types
Type | Example |
---|---|
type=search |
<inputbox> type=search </inputbox> |
Generates a search box with a default width of 50 characters. The button labels can be specified, see below; defaults MediaWiki:Tryexact and MediaWiki:Searchfulltext. The text field specifies the search criteria. | |
type=create |
<inputbox> type=create </inputbox> |
Allows creating a new page. The button label can be specified, see below; default MediaWiki:Createarticle. The text field specifies which page is to be edited. | |
type=comment |
<inputbox> type=comment </inputbox> |
Add one or more sections to an existing page, or create a page, with an edit summary that is automatically the same as the (first) new section header. The button label can be specified, see below; default MediaWiki:Postcomment also used in the sidebar of the "Standard" skin. The text field specifies which page is to be edited. |