8,856
editsAd placeholder
Template:Reflist: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
| act2 | | act2 | ||
| act3 = lower-alpha | | act3 = lower-alpha | ||
| #default = decimal}};"> {{#if: {{{1|}}} | {{#tag:references|{{{ | | #default = decimal}};"> {{#if: {{{1|}}} | {{#tag:references|{{{refs|}}}|group="{{{1|}}}"}} | {{#tag:references}}}}</div></includeonly><noinclude>{{documentation|content=Add advanced references to a page. For use with [[Template:Ref]] and [[Template:Cite web]]. The first parameter optionally defines a group. | ||
The groups act1, act2, act3, url, text and note will also be automatically formatted. | The groups act1, act2, act3, url, text and note will also be automatically formatted. | ||
Line 14: | Line 14: | ||
{{reflist}} | {{reflist}} | ||
{{reflist|act1}} | {{reflist|act1|2}} | ||
{{reflist|act2}}</pre> | {{reflist|act2}}</pre> | ||
Example this.{{ref|example}} | Example this.{{ref|example}} | ||
Line 31: | Line 31: | ||
"1": { | "1": { | ||
"label": "Group", | "label": "Group", | ||
"description": "A group for use with Cite." | "description": "A group for use with Cite.", | ||
"type": "string", | |||
"suggestedvalues": [ | |||
"act1", | |||
"act2", | |||
"act3", | |||
"text", | |||
"url", | |||
"note" | |||
] | |||
}, | |||
"refs": { | |||
"label": "Refs", | |||
"description": "Add a list of references.", | |||
"deprecated": "Not supported currently, usage is not advised." | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"1", | |||
"refs" | |||
] | |||
} | } | ||
</templatedata>}}</noinclude> | </templatedata>}}</noinclude> |