created: 20150117152607000 modified: 20230325141733992 tags: $:/tags/Macro title: $:/editions/tw5.com/doc-macros type: text/vnd.tiddlywiki \define .concat(1,2,3,4,5) $1$$2$$3$$4$$5$ \define .def(_) $_$ \define .em(_) $_$ \define .strong(_) $_$ \define .place(_) $_$ \define .word(_) "$_$" \define .preamble(_) :.doc-preamble $_$ \define .note(_) @@.doc-note ;Note : $_$ @@ \end \define .tid(_) $_$ \define .tag(_) $_$ \define .field(_) $_$ \define .value(_) $_$ \define .op(_) $_$ \define .var(_) $_$ \define .wid(_) $$_$ \define .attr(_) $_$ \define .param(_) $_$ \define .mtitle(_) $_$ Macro \define .otitle(_) $_$ Operator \define .vtitle(_) $_$ Variable \define .link(_,to) <$link to="$to$">$_$ \define .clink(_,to) <<.link """$_$""" "$to$">> \define .dlink(_,to) <$macrocall $name=".link" _=<<.def "$_$">> to="$to$">/> \define .dlink-ex(_,to) <<.def "$_$">> \define .flink(to) <$macrocall $name=".link" _=<<.field {{$to$!!caption}}>> to="$to$"/> \define .mlink(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to=<<.mtitle "$_$">>/> \define .mlink2(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to="$to$"/> \define .olink(_) <$macrocall $name=".link" _=<<.op "$_$">> to=<<.otitle "$_$">>/> \define .olink2(_,to) <$macrocall $name=".link" _=<<.op "$_$">> to=<<.otitle "$to$">>/> \define .vlink(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to=<<.vtitle "$_$">>/> \define .vlink2(_,to) <$macrocall $name=".link" _=<<.var "$_$">> to="$to$"/> \define .wlink(to) <$macrocall $name=".link" _=<<.wid {{$to$!!caption}}>> to="$to$"/> \define .wlink2(_,to) <$macrocall $name=".link" _="$_$" to="$to$"/> \define .key(_) $_$ \define .combokey(_) <$macrocall $name=".if" cond="$_$" then=<<.key '$_$'>>/> \define .keycombo(1,2,3,4) <<.combokey "$1$">><<.if "$2$" +>><<.combokey "$2$">><<.if "$3$" +>><<.combokey "$3$">><<.if "$4$" +>><<.combokey "$4$">> \define .tab(_) {{$_$!!caption}} \define .sidebar-tab(_) <<.tab "$:/core/ui/SideBar/$_$">> \define .more-tab(_) <<.tab "$:/core/ui/MoreSideBar/$_$">> \define .info-tab(_) <<.tab "$:/core/ui/TiddlerInfo/$_$">> \define .controlpanel-tab(_) <<.tab "$:/core/ui/ControlPanel/$_$">> \define .advancedsearch-tab(_) <<.tab "$:/core/ui/AdvancedSearch/$_$">> \define .toc-tab() <<.tab "TableOfContents">> \define .example-tab(_) $_$ \define .doc-tabs() <$macrocall $name="tabs" tabsList="[tagdescription[tab]]" default={{{ [tagfirst[]] }}} explicitState={{{ [addprefix[$:/state/tab/]] }}} class={{{ [[doc-tabs]] [encodeuricomponent[]escapecss[]addprefix[doc-tabs-]] +[join[ ]] }}} /> \end \define .doc-tab-link(text, target, tooltip:"", class:"") <$tiddler tiddler={{{ [search:text[.doc-tabs]] :else[tags[]search:text[.doc-tabs]first[]] :else[] }}} > <$button class={{{ [[tc-btn-invisible tc-tiddlylink]] [<__class__>] +[join[ ]] }}} set={{{ [addprefix[$:/state/tab/]] }}} setTo=<<__target__>> tooltip=<<__tooltip__>>> <<__text__>> <$list filter="[[$:/StoryList]contains]" variable="ignore" emptyMessage="<$action-navigate />"> <$action-sendmessage $message="tm-scroll" selector={{{ [encodeuricomponent[]addprefix[.doc-tabs-]] }}} /> <$action-sendmessage $message="tm-scroll" selector={{{ [encodeuricomponent[]escapecss[]addprefix[.doc-tabs-]] }}} /> \end \define .widget-attr-link(text, target) <$macrocall $name=".doc-tab-link" text={{{ [[]] [<__text__>] [[]] +[join[]] }}} class="doc-tab-link" target=<<__target__>> tooltip={{{ [[Show more information about the ']] [<__text__>] [[' attribute]] +[join[]] }}} /> \end \define .button(_) {{$:/core/ui/Buttons/$_$!!caption}} \define .icon(_) {{$_$}} \define .tip(_)
{{$:/core/images/tip}}
$_$
\define .warning(_)
{{$:/core/images/warning}}
$_$
\define .state-prefix() $:/state/editions/tw5.com/ \define .lorem() Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \end \define .toc-lorem() This is an example tiddler. See [[Table-of-Contents Macros (Examples)]]. <<.lorem>> \end \define .example(n,eg,egvar:NO-SUCH-VAR)
<$reveal default="$egvar$" type="match" text="NO-SUCH-VAR"> <$macrocall $name="copy-to-clipboard-above-right" src="""$eg$"""/> <$codeblock code="""$eg$"""/> <$reveal default="$egvar$" type="nomatch" text="NO-SUCH-VAR"> <$macrocall $name="copy-to-clipboard-above-right" src=<<$egvar$>>/> <$codeblock code=<<$egvar$>>/> <$list filter="[title<.state-prefix>addsuffix{!!title}addsuffix[/]addsuffix[$n$]]" variable=".state"> <$reveal state=<<.state>> type="nomatch" text="show">
<$button set=<<.state>> setTo="show">Try it
<$reveal state=<<.state>> type="match" text="show">
<$button set=<<.state>> setTo="">Hide
<$reveal default="$egvar$" type="match" text="NO-SUCH-VAR"> $$$text/vnd.tiddlywiki $eg$ $$$ <$reveal default="$egvar$" type="nomatch" text="NO-SUCH-VAR"> <<$egvar$>>
\end \define .bad-example(eg)
Warning:
Don't do it this way!
$eg$
\end \define .link-badge(text,link,colour) > class="doc-link-badge" style="background-color:$colour$;" target="_blank" rel="noopener noreferrer"><$text text=<<__text__>>/> \end \define .link-badge-added(link,colour:#ffe246) <<.link-badge "added" """$link$""" """$colour$""">> \define .link-badge-addendum(link,colour:#fcc84a) <<.link-badge "addendum" """$link$""" """$colour$""">> \define .link-badge-extended(link,colour:#f9a344) <<.link-badge "extended" """$link$""" """$colour$""">> \define .link-badge-fixed(link,colour:#ffa86d) <<.link-badge "fixed" """$link$""" """$colour$""">> \define .link-badge-here(link,colour:#d88e63) <<.link-badge "here" """$link$""" """$colour$""">> \define .link-badge-hide(link,colour:#9d959f) <<.link-badge "hide" """$link$""" """$colour$""">> \define .link-badge-improved(link,colour:#7593c7) <<.link-badge "improved" """$link$""" """$colour$""">> \define .link-badge-modified(link,colour:#7f99c9) <<.link-badge "modified" """$link$""" """$colour$""">> \define .link-badge-removed(link,colour:#a9aabc) <<.link-badge "removed" """$link$""" """$colour$""">> \define .link-badge-renamed(link,colour:#b4b995) <<.link-badge "renamed" """$link$""" """$colour$""">> \define .link-badge-updated(link,colour:#91ba66) <<.link-badge "updated" """$link$""" """$colour$""">> \define .tiddler-fields(tiddler) <$tiddler tiddler=<<__tiddler__>>>

<$link> {{||$:/core/ui/TiddlerIcon}}<$text text=<>/>

<$list filter="[all[current]fields[]sort[title]] -title" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
\end \define .banner-credits(credit,url) > width="140" style="float:left;margin-right:0.5em;"/> $credit$
\end \define .contributors(usernames)
    <$list filter="[enlist<__usernames__>sort[]]" variable="username">
  1. ] }}} class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">addsuffix[.png?size=64]] }}} width="64" height="64"/>@<$text text=<>/>
\end
<$view field="text"/>