Template:Sandbox

From OLPC
Revision as of 19:42, 13 May 2007 by Xavi (talk | contribs) (tweaking)
Jump to navigation Jump to search

Many times you may want to just 'test' an idea for a template, I haven't found a sensible way of fully testing templates by themselves (as they will not get included in the edited version, but rather the saved version).

The idea of this Template:Sandbox is to have that, a simple testing zone that will not interfere with others and avoid leaving a trail of botched attempts.

Please leave this comment/text for others to read.
See Also http://meta.wikimedia.org/wiki/Help:Template
Testing translated text
{{{1}}}

... sample translated text ...

... sample translated text ...

Usage

{{ Sandbox
  | someText
  | display = { block        # Object is rendered as a block element.
                none         # Default. Object is not rendered.
                inline       # Object is rendered as an inline element sized by the dimensions of the content.
                inline-block # Object is rendered inline, but the contents of the object are rendered as a block element. Adjacent inline elements are rendered on the same line, space permitting.
                list-item    # Object is rendered as a block element, and a list-item marker is added.
                table-header-group # Table header is always displayed before all other rows and row groups, and after any top captions. The header is displayed on each page spanned by a table.
                table-footer-group # }
}}

Samples

{{ Sandbox 
  | Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.}}
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.
by default, it doesn't show...
{{ Sandbox 
  | Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas. | display = block}}
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.
{{ Sandbox 
  | Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas. | display = list-item}}
Welcome to the OLPC Wiki, home to collaborative notes about the One Laptop per Child project and related projects and communities. We currently have 1,664 pages and over one-thousand registered contributors; please join us and share your ideas.