Difference between revisions of "User:AsahiKaen/Sandbox3"
From A3! Wiki
m |
|||
Line 1: | Line 1: | ||
+ | =Blog List= | ||
{{#cargo_query: tables=Blog_List, Blog_Content | {{#cargo_query: tables=Blog_List, Blog_Content | ||
|join on=Blog_List.number = Blog_Content.number | |join on=Blog_List.number = Blog_Content.number | ||
Line 18: | Line 19: | ||
|limit=500 | |limit=500 | ||
}} | }} | ||
+ | |||
+ | =Template:Multiple (image)= | ||
+ | For (attempted) use, find & delete "TEMP.BREAKER" – was used to prevent the cargos | ||
+ | <noinclude>{{#cargo_TEMP.BREAKERdeclare:_table=Multiple | ||
+ | |align=String | ||
+ | |direction=String | ||
+ | |background=String | ||
+ | |width=Number | ||
+ | |image1=String | ||
+ | |image2=String | ||
+ | |link1=Page | ||
+ | |link2=Page | ||
+ | |footer=Wikitext | ||
+ | |footer_align=String}} | ||
+ | </noinclude> | ||
+ | |||
+ | <includeonly>{{#cargo_TEMP.BREAKERstore:_table=Multiple | ||
+ | |align={{{align|}}} | ||
+ | |direction={{{direction|}}} | ||
+ | |background={{{background|}}} | ||
+ | |width={{{width|}}} | ||
+ | |image1={{{image1|}}} | ||
+ | |image2={{{image2|}}} | ||
+ | |link1={{{link1|}}} | ||
+ | |link2={{{link1|}}} | ||
+ | |footer={{{footer|}}} | ||
+ | |footer_align={{{footer_align|}}} | ||
+ | }}</includeonly> | ||
+ | |||
+ | <noinclude>Creates a box with 2 to 10 images arranged vertically or horizontally, with captions for the entire box and/or for each image. | ||
+ | <pre>{{Multiple | ||
+ | |align=Position on page (left, right, center) | ||
+ | |direction=(Only if) vertical | ||
+ | |background=Eg. #FFFFFF, white | ||
+ | |width=(Omit 'px' suffix) | ||
+ | |image1=(Omit 'File:' prefix) 1st file name | ||
+ | |image2=(Omit 'File:' prefix) 2nd file name | ||
+ | |link1=(If not default img description page) Common link | ||
+ | |footer=Collective caption | ||
+ | |footer_align=Position of footer (left, right, center) | ||
+ | }}</pre> | ||
+ | |||
+ | {{Multiple|align=left|direction=horizontal|background=white|width=150|image1=(Beastkeeper Big Brother) Citron Serious SSR.png|image2=(Beastkeeper Big Brother) Citron Serious SSR+.png|link1=|footer=[[File:Citron Exciting animalS Fullbody.png|Beastkeeper Big Brother: SSR Backstage Story]]|footer_align=center}} | ||
+ | </noinclude> |
Revision as of 17:58, 28 May 2020
Blog List
vs w/o group by=
:
(note Itaru's duplicate posts, 26 May 20)
Template:Multiple (image)
For (attempted) use, find & delete "TEMP.BREAKER" – was used to prevent the cargos {{#cargo_TEMP.BREAKERdeclare:_table=Multiple |align=String |direction=String |background=String |width=Number |image1=String |image2=String |link1=Page |link2=Page |footer=Wikitext |footer_align=String}}
Creates a box with 2 to 10 images arranged vertically or horizontally, with captions for the entire box and/or for each image.
{{Multiple |align=Position on page (left, right, center) |direction=(Only if) vertical |background=Eg. #FFFFFF, white |width=(Omit 'px' suffix) |image1=(Omit 'File:' prefix) 1st file name |image2=(Omit 'File:' prefix) 2nd file name |link1=(If not default img description page) Common link |footer=Collective caption |footer_align=Position of footer (left, right, center) }}