wiki.TagButton(tags : str, max : num) : xml
Insert button linking to all tagged pages. (IN PROGRESS)
Usage Restrictions
(NOT YET IMPLEMENTED)
Parameters
| Name | Type | Description |
| tags | str | tags |
| max | str | (optional, default: 10) max results |
Result
Insert button linking to all tagged pages.
Samples
| | Output |
| to create a tag button links:
{{ wiki.tagbutton() }} | | reference to undefined name 'wiki.tagbutton' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown.: /content/body/div[4]/table/tbody/tr[2]/td[2]/span, line 1, column 15 (click for details)Callstack:
at en/docs/DekiScript/Reference/Wiki_Functions_and_Variables/Wiki.TagButton
MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException: reference to undefined name 'wiki.tagbutton' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown.: /content/body/div[4]/table/tbody/tr[2]/td[2]/span, line 1, column 15
at MindTouch.Deki.Script.Compiler.DekiScriptExpressionEvaluation.Visit (MindTouch.Deki.Script.Expr.DekiScriptCall expr, DekiScriptExpressionEvaluationState state) [0x00000] in <filename unknown>:0
at MindTouch.Deki.Script.Expr.DekiScriptCall.VisitWith[DekiScriptExpressionEvaluationState,Range] (IDekiScriptExpressionVisitor`2 visitor, DekiScriptExpressionEvaluationState state) [0x00000] in <filename unknown>:0
at MindTouch.Deki.Script.Compiler.DekiScriptExpressionEvaluation.Visit (MindTouch.Deki.Script.Expr.DekiScriptReturnScope expr, DekiScriptExpressionEvaluationState state) [0x00000] in <filename unknown>:0 |
{{ wiki.tagbutton('tagname') }}