Difference between revisions of "Template:Sidebyside"
Jump to navigation
Jump to search
(Created page with "{{{2|}}}") |
|||
(39 intermediate revisions by the same user not shown) | |||
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=page | ||
+ | | searchlabel= | ||
+ | | ?Person picture = picture | ||
+ | | sort=Person yearBorn | ||
+ | | format=table | ||
+ | | link=none | ||
+ | | limit=3 | ||
+ | }} | ||
+ | To display them side by side this template is used | ||
+ | <pre> | ||
+ | {{#ask: [[Concept:Person]] | ||
+ | | mainlabel=page | ||
+ | | searchlabel= | ||
+ | | ?Person picture=picture | ||
+ | | sort=Person yearBorn | ||
+ | | order=asc | ||
+ | | format=plainlist | ||
+ | | named args=yes | ||
+ | | link=none | ||
+ | | headers=hide | ||
+ | | template=Sidebyside | ||
+ | | userparam=100 | ||
+ | | limit=8 | ||
+ | }} | ||
+ | </pre> | ||
+ | {{#ask: [[Concept:Person]] | ||
+ | | mainlabel=page | ||
+ | | searchlabel= | ||
+ | | ?Person picture=picture | ||
+ | | sort=Person yearBorn | ||
+ | | order=asc | ||
+ | | format=plainlist | ||
+ | | named args=yes | ||
+ | | link=none | ||
+ | | headers=hide | ||
+ | | template=Sidebyside | ||
+ | | userparam=100 | ||
+ | | limit=8 | ||
+ | }} | ||
+ | </noinclude><includeonly> | ||
+ | ⁣[[{{{picture|}}}|{{{userparam|150}}}px|link={{{page|}}}]] </includeonly> |
Latest revision as of 17:02, 28 September 2019
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
page | picture |
---|---|
George III of the United Kingdom | File:George III in Coronation edit.jpg |
Charlotte of Mecklenburg-Strelitz | File:Queen Charlotte by studio of Allan Ramsay.jpg |
George IV of the United Kingdom | File:George IV van het Verenigd Koninkrijk.jpg |
To display them side by side this template is used
{{#ask: [[Concept:Person]] | mainlabel=page | searchlabel= | ?Person picture=picture | sort=Person yearBorn | order=asc | format=plainlist | named args=yes | link=none | headers=hide | template=Sidebyside | userparam=100 | limit=8 }}