Search results
Results from the WOW.Com Content Network
See also: the {} template. The #if function selects one of two alternatives based on the truth value of a test string. {{#if: test string | value if true | value if false}} As explained above, a string is considered true if it contains at least one non-whitespace character. Any string containing only whitespace or no characters at all will be ...
This is done in templates like {}, which are designed to produce a timestamp (e.g. for adding pages to dated categories), and will not be able to do this if transcluded. A template, {}, has been created to simplify this. It returns "yes" if substitution is being performed, or the empty string otherwise.
A template is a Wikipedia page created to be included in other pages. Templates usually contain repetitive material that might need to show up on a larger number of articles or pages. They are commonly used for boilerplate messages, standardized warnings or notices, infoboxes, navigational boxes, and similar purposes. Templates can have ...
This template is used on approximately 114,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage .
This template's initial visibility currently defaults to expanded, meaning that it is fully visible. To change this template's initial visibility, the |state= parameter may be used: {{ String-handling templates | state = collapsed }} will show the template collapsed, i.e. hidden apart from its title bar.
to the end of the template code, making sure it starts on the same line as the code's last character. Wikimedia Commons has media related to String manipulation templates . For help with and a list and description of these templates, see Help:Manipulating strings and the navbox of string handling templates .
This template creates an FAQ sub-page on an article page or talk page. The FAQ heading will appear on the top of the associated page before that page's content, and as it is a link to a sub-page, its content does not become archived at a later date (though it can always be removed, of course). Template parameters [Edit template data] This template prefers inline formatting of parameters ...
Template:String split is a convenience wrapper for the split function in Module:String2.. The split function splits text at boundaries specified by separator and returns the chunk for the index idx (starting at 1).