Template:Semantic Forms URL demo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 27: | Line 27: | ||
| [[Has URL location string::{{{f_URL_free_string|}}}]] | | [[Has URL location string::{{{f_URL_free_string|}}}]] | ||
|- | |- | ||
! URL string URL input | ! URL string URL input (same as above, but input checking with a regexp) | ||
| [[Has URL location string::{{{f_URL_string_URL_input|}}}]] | | [[Has URL location string::{{{f_URL_string_URL_input|}}}]] | ||
|- | |- | ||
! Wiki formatted link | ! Wiki formatted link (works ok, but not good for SMW queries): | ||
| [[Has URL in wiki format::{{{f_link_wiki_format|}}}]] | | [[Has URL in wiki format::{{{f_link_wiki_format|}}}]] | ||
|} | |} | ||
Line 39: | Line 39: | ||
|- | |- | ||
| <nowiki>[{{{f_URL_free_string|}}} {{{f_URL_link_text|}}}] </nowiki> || [{{{f_URL_free_string|}}} {{{f_URL_link_text|}}}] | | <nowiki>[{{{f_URL_free_string|}}} {{{f_URL_link_text|}}}] </nowiki> || [{{{f_URL_free_string|}}} {{{f_URL_link_text|}}}] | ||
|- | |||
| <nowiki>[{{{f_URL_string_URL_input|}}} {{{f_URL_link_text|}}}] </nowiki> || [{{{f_URL_free_string|}}} {{{f_URL_link_text|}}}] | |||
|- | |||
| <nowiki>[{{{f_URL|}}} {{{f_URL_link_text|}}}] </nowiki> || [{{{f_URL|}}} {{{f_URL_link_text|}}}] | |||
|- | |||
| <nowiki>{{{f_URL|web page}}} {{{f_URL_link_text|}}} </nowiki> || [{{{f_URL|web page}}} | |||
|} | |} | ||
[[Category:Semantic Forms URL demo]] | [[Category:Semantic Forms URL demo]] | ||
</includeonly> | </includeonly> |
Revision as of 16:25, 16 July 2013
This is the "Semantic Forms URL demo" template.
See also:
- Form:Semantic Forms URL demo
- The article Semantic Forms
It should be called in the following format:
{{Semantic Forms URL demo |f_URL_link_text= |f_URL= |f_URL_free_string= |f_URL_string_URL_input= |f_link_wiki_format= }}
Edit the page to see the template text.