Difference between revisions of "User:Nad"

From FollowTheScore
Jump to: navigation, search
Line 46: Line 46:
 
{{#input: type  = select
 
{{#input: type  = select
 
| name  = cat
 
| name  = cat
| *Select category {{#dpl: namespace = Category | format = ,\n*%TITLE%,, }}
+
| *Select category {{#dpl: namespace = Category {{!}} format = ,\n*%TITLE%,, }}
 
}}
 
}}
  

Revision as of 07:57, 22 October 2007

WikitextRendered linkResponse
{{#input: type   = ajax
	| format = link
	| update = example1
	| title  = foo
	| ONE
}}
{{#input:type=ajax|format=link|update=example1|title=foo|ONE}}
this is a div with id set to example1
{{#input: type   = ajax
	| format = link
	| update = example2
	| title  = no-such-article
	| TWO
}}
{{#input:type=ajax|format=link|update=example2|title=no-such-article|TWO}}
this is a div with id set to example2
{{#input: type    = ajax
	| format  = link
	| update  = example3
	| content = <nowiki>[[foo]]</nowik1>
	| THREE
}}
{{#input:type=ajax|format=link|update=example3|content=[[foo]]|THREE}}
this is a div with id set to example3

{{#form:

{{#input: type = hidden | name = content | value = {{#dpl:category={{#request:cat}}}} }}

{{#input: type = select | name = cat

| *Select category

Extension:DynamicPageList (DPL), version 3.2.1: Warning: Skipping bad option 'Category | format = ,\n*%TITLE%,,' for parameter 'namespace'.

}}

{{#input: type = ajax | value = List members | update = listcat-result }}

No results to display...

}}