Toggle search
Search
Toggle menu
notifications
Toggle personal menu
Editing
Template:If/doc
(section)
Template page
Views
Read
Edit source
View history
associated-pages
Template
Discussion
More actions
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Indentation=== If indenting the markup, care must be taken to avoid extra newlines when indenting "}}" on the next line. An extra bar pipe "|" can be added after the else-clause to complete that text, and allow "}}" to then be placed anywhere without adding a newline into the else-clause. For example: :::* <syntaxhighlight lang="text">{{if|{{{1|}}} |then found parameter 1|else no parameter 1| β extra "|" ends else-clause }}</syntaxhighlight > When the else-clause is indented to the next line, a newline (CR/LF) is added: :::* <syntaxhighlight lang="text">{{if|{{{1|}}} |then found parameter 1 β extra newline here |else noparameter 1| }}</syntaxhighlight> To indent the else-clause, split an [[HTML]]-form comment, as "<code><!--</code>" with next line as "<code>-->|else...</code>". Unless each then-clause and else-clause is carefully tested, to watch for extra newlines, then the results are likely to cause broken lines, with extra line breaks for each newline. For that reason, a global edit with simple search-and-replace of "<code>{#if:</code>" to "<code>{if||</code>" is likely to leave newline problems, wherever the original markup was wrapped to indent either the else-clause or "}}" of each if-structure. Indenting the then-clause is not a problem.
Summary:
Please note that all contributions to Turing Complete are considered to be released under the Creative Commons Attribution-ShareAlike (see
TuringComplete:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)