Template:Test/example
From FreeBSDwiki
(Difference between revisions)
(3 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
'''Example:''' | '''Example:''' | ||
− | <nowiki>{{ | + | <nowiki>{{test|ftp/curl|BSD}}</nowiki> produces {{test|ftp/curl|BSD}}. |
− | <nowiki>{{ | + | <nowiki>{{test|ftp/curl|}}</nowiki> produces {{test|ftp/curl|}}. |
− | <nowiki>{{ | + | <nowiki>{{test|ftp/curl}}</nowiki> produces {{test|ftp/curl}}. |
− | [[template:test/example]] | + | |
+ | <nowiki>{{test|x11-wm/dwm|BSD}}</nowiki> produces {{test|x11-wm/dwm|BSD}}. | ||
+ | |||
+ | <nowiki>{{test|x11-wm/dwm|}}</nowiki> produces {{test|x11-wm/dwm|}}. | ||
+ | |||
+ | <nowiki>{{test|x11-wm/dwm}}</nowiki> produces {{test|x11-wm/dwm}}. | ||
+ | |||
+ | |||
+ | [[template:test]] [[template:test/example]] |
Latest revision as of 02:31, 1 November 2015
Usage:
Used to indicate a FreeBSD port.
Example:
{{test|ftp/curl|BSD}} produces ftp/curl.
{{test|ftp/curl|}} produces ftp/curl.
{{test|ftp/curl}} produces ftp/curl.
{{test|x11-wm/dwm|BSD}} produces x11-wm/dwm.
{{test|x11-wm/dwm|}} produces x11-wm/dwm.
{{test|x11-wm/dwm}} produces x11-wm/dwm.
template:test template:test/example