Template:Semantic Forms URL demo: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 19: Line 19:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>{| class="wikitable"
! URL link text
! Input !! Data type !! Input type
! URL link text || string
|  [[Has URL link text::{{{f_URL_link_text|}}}]]  
|  [[Has URL link text::{{{f_URL_link_text|}}}]]  
|-
|-
! URL
! URL || URL || Default
|  [[Has URL::{{{f_URL|}}}]]  
|  [[Has URL::{{{f_URL|}}}]]  
|-
|-
! URL free string
! URL free string || string || default
|  [[Has URL location string::{{{f_URL_free_string|}}}]]  
|  [[Has URL location string::{{{f_URL_free_string|}}}]]  
|-
|-
! URL string URL input (same as above, but input checking with a regexp)
! URL string URL input || string || regexp
|  [[Has URL location string::{{{f_URL_string_URL_input|}}}]]  
|  [[Has URL location string::{{{f_URL_string_URL_input|}}}]]  
|-
|-
! Wiki formatted link (works ok, but not good for SMW queries):
! Wiki formatted link || string || default
|  [[Has URL in wiki format::{{{f_link_wiki_format|}}}]]  
|  [[Has URL in wiki format::{{{f_link_wiki_format|}}}]]  
|}
|}

Revision as of 18:23, 16 July 2013

This is the "Semantic Forms URL demo" template. Please do not create new instances of this template. It is just a demo !

See also:

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.