Template talk:Information

From Wikiversity

Adding more flexibility[edit]

Good Idea!
This is an excellent try at getting a commonly formatted image description.
Advanced Procedure
There needs to be a procedure for anyone wanting to add more info.

Robert Elliott 17:49, 20 November 2006 (UTC)[reply]



How to add more flexibility[edit]

Rather than copying and pasting this into the info window:

{{Information
|Description=
|Source=
|Date=
|Author=
|Permission=
|other_versions=
}}



you can use this


{|class="toccolours" style="width: 100%" cellpadding="2"
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em; width: 15%" |Description
| AAAAA 
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Source
| BBBBB 
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em; white-space: nowrap" | Date
| {{CURRENTDAYNAME}} {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Author
| CCCCC 
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Permission
| DDDDD 
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Lesson
| EEEEE
|}

to get this

Description AAAAA
Source BBBBB
Date Friday 26 April 2024
Author CCCCC
Permission DDDDD
Lesson EEEEE

If you use this:


{|class="toccolours" style="width: 100%" cellpadding="2"
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em; width: 15%" |Description
| The color picker in ArtRage2 selecting white. 
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Source
| Screen shot of ArtRage2 while drawing a stickfigure person for a thumbnail storyboard
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em; white-space: nowrap" | Date
| {{CURRENTDAYNAME}} {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}}
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Author
| [[User:Robert Elliott|Instructor:Robert Elliott]], WikiU Film School
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Permission
| Public Domain
|-
! style="background: #ccf; text-align: right; vertical-align: top; padding-right: 0.4em" | Lesson
| Used with the WikiU Film School Lesson on how to [[LessonPage:Storyboarding with ArtRage2| draw thumbnail storyboards]] with ArtRage2 free version.
|}


You can get this:


Description The color picker in ArtRage2 selecting white.
Source Screen shot of ArtRage2 while drawing a stickfigure person for a thumbnail storyboard
Date Friday 26 April 2024
Author Instructor:Robert Elliott, WikiU Film School
Permission Public Domain
Lesson Used with the WikiU Film School Lesson on how to draw thumbnail storyboards with ArtRage2 free version.