Difference between revisions of "Template:Sidebyside"
Jump to navigation
Jump to search
(Created page with "{{{2|}}}") |
|||
| Line 1: | Line 1: | ||
| − | {{{ | + | <noinclude> |
| + | This is the Sidebyside Template to show pictures of the Persons side by side | ||
| + | |||
| + | a normal tabular display of pictures would show the pictures row by row | ||
| + | {{#ask: [[Concept:Person]] | ||
| + | | mainlabel=- | ||
| + | | ?Person picture = picture | ||
| + | | sort=Person yearBorn | ||
| + | | order=desc | ||
| + | | format=table | ||
| + | }} | ||
| + | To display them side by side this template is used | ||
| + | <pre> | ||
| + | {{#ask: [[Concept:Person]] | ||
| + | | ?Person picture = picture | ||
| + | | sort=Person yearBorn | ||
| + | | order=desc | ||
| + | | format=template | ||
| + | | named args=yes | ||
| + | | template=Sidebyside | ||
| + | }} | ||
| + | </pre> | ||
| + | {{#ask: [[Concept:Person]] | ||
| + | | ?Person picture = picture | ||
| + | | sort=Person yearBorn | ||
| + | | order=desc | ||
| + | | format=template | ||
| + | | named args=yes | ||
| + | | template=Sidebyside | ||
| + | }} | ||
| + | </noinclude><includeonly>{{{?picture|}}}</includeonly> | ||
Revision as of 21:16, 3 October 2017
This is the Sidebyside Template to show pictures of the Persons side by side
a normal tabular display of pictures would show the pictures row by row
To display them side by side this template is used
{{#ask: [[Concept:Person]]
| ?Person picture = picture
| sort=Person yearBorn
| order=desc
| format=template
| named args=yes
| template=Sidebyside
}}