|
|
(35 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | <hide>__NOEDITSECTION__ | + | <includeonly><call ShowLinkData /></includeonly> |
− | <let name=wtDate>[[</let> | |
− | <let name=wtDate append copy=data[Date] />
| |
− | <let name=wtDate append>]] ([[:category:</let>
| |
− | <let name=wtDate append copy=data[Date] />
| |
− | <let name=wtDate append>|category]])</let>
| |
− | | |
− | <let name=wtTitle>__NOEDITSECTION__
| |
− | ==</let>
| |
− | <let name=wtTitle append copy=data[Title] />
| |
− | <let name=wtTitle append>==</let>
| |
− | | |
− | <if flag=data[wpage]>
| |
− | <let name=wtLink>[[</let>
| |
− | <let name=wtLink append copy=data[wpage] />
| |
− | <let name=wtLink append>]]</let>
| |
− | </if><else>
| |
− | <let name=wtLink append copy=data[URL] />
| |
− | </else>
| |
− | <let name=topics copy=data[Topics] />
| |
− | <xploop list=$topics var=topic>
| |
− | <let name=wtTopics append> [[</let>
| |
− | <let name=wtTopics append copy=topic />
| |
− | <let name=wtTopics append>]]</let>
| |
− | | |
− | <let name=wtCatgs append> [[:category:</let>
| |
− | <let name=wtCatgs append copy=topic />
| |
− | <let name=wtCatgs append>|</let>
| |
− | <let name=wtCatgs append copy=topic />
| |
− | <let name=wtCatgs append>]]</let>
| |
− | </xploop>
| |
− | </hide>
| |
− | ==Specs==
| |
− | {|
| |
− | |-
| |
− | | align=right | '''Date''': || <get name=wtDate />
| |
− | |-
| |
− | | align=right | '''Link''': || <get name=wtLink />
| |
− | |-
| |
− | | align=right | '''Topics''': || <get name=wtTopics />
| |
− | |-
| |
− | | align=right | '''Categories''': || <get name=wtCatgs />
| |
− | |}
| |
− | <get name=wtTitle />
| |
− | <get name=data index=Text /> | |