Template:Ifeq/doc
Appearance
This is a documentation subpage for Template:Ifeq. It contains usage information, categories and other content that is not part of the original Template page. |
Usage
[edit]With this template #ifeq can be used in a way such that it does not strip spaces and newlines from the "then" and "else" part.
Examples
[edit]{{ifeq|x|x| p | q }}
gives " p "{{ifeq|x|y| p | q }}
gives " q "