Difference between revisions of "Template:Overview"
From Beyond Social
m (11 revisions imported: import from temporary local wiki) |
|||
Line 11: | Line 11: | ||
}} | }} | ||
</pre> | </pre> | ||
− | |||
− | < | + | ---------- |
+ | |||
+ | This is the old SMW template: | ||
+ | |||
+ | <pre> | ||
+ | <div class="articles-wrapper"> | ||
<div class="thumb-wrapper">{{{2|File:None.png}}}</div> | <div class="thumb-wrapper">{{{2|File:None.png}}}</div> | ||
<div class="title">{{{1}}}</div> | <div class="title">{{{1}}}</div> | ||
<div class="info"><small>Last modified at {{{4}}} by {{{6}}}</small></div> | <div class="info"><small>Last modified at {{{4}}} by {{{6}}}</small></div> | ||
− | </div></includeonly> | + | </div> |
+ | </pre> | ||
+ | |||
+ | </noinclude> | ||
+ | |||
+ | <includeonly> | ||
+ | {{#cargo_store:_table=Pages|thumbnail={{{thumbnail|}}}|modification_date={{{modification_date|}}}|editors={{{editors|}}} }} | ||
+ | |||
+ | <div class="articles-wrapper"> | ||
+ | <div class="thumb-wrapper">{{{thumbnail|File:None.png}}}</div> | ||
+ | <div class="title">{{PAGENAME}}</div> | ||
+ | <div class="info"><small>Last modified at {{{modification_date}}} by {{#arraymap:{{{editors|}}}|,|x|[[x]]}}</small></div> | ||
+ | </div> | ||
+ | </includeonly> |
Revision as of 09:25, 29 April 2019
This is the "Articles" template. This template uses the SMW tags of pages that are made with the Form:Article form.
{{ Articles | Title= | Thumb= | Category= | Modification date= | Creation date= | Last editor is= }}
This is the old SMW template:
<div class="articles-wrapper"> <div class="thumb-wrapper">{{{2|File:None.png}}}</div> <div class="title">{{{1}}}</div> <div class="info"><small>Last modified at {{{4}}} by {{{6}}}</small></div> </div>