Difference between revisions of "User talk:Knotrice"
Line 12: | Line 12: | ||
}}</pre> | }}</pre> | ||
[[User:Knotrice|Knotrice]] 05:07, 1 June 2010 (PDT) | [[User:Knotrice|Knotrice]] 05:07, 1 June 2010 (PDT) | ||
+ | ::::Well, the code would look a bit more complicated - this is just me reusing my song succession box, but it's the same concept | ||
+ | <CENTER> | ||
+ | {| style="border: 2px outset #aaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-right: 0em; padding: 0em; float: middle; clear: center; align: center;" | ||
+ | |<DIV ALIGN=center><TABLE BORDER="0" CELLPADDING="3" CELLSPACING="3"> | ||
+ | |<TR> | ||
+ | |<TD>Previous show - "''{{{previous}}}''"</TD> | ||
+ | |<TD> | ||
+ | |<TD> | ||
+ | |<TD>{{{date}}}, '''''{{{title}}}'''''</TD> | ||
+ | |<TD> | ||
+ | |<TD> | ||
+ | |<TD>Next show - "''{{{following}}}''"</TD> | ||
+ | |</TR> | ||
+ | |</TABLE></DIV> | ||
+ | |} | ||
+ | </CENTER> | ||
+ | ::::So your one would look like this | ||
+ | <CENTER> | ||
+ | {| style="border: 2px outset #aaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-right: 0em; padding: 0em; float: middle; clear: center; align: center;" | ||
+ | |<DIV ALIGN=center><TABLE BORDER="0" CELLPADDING="3" CELLSPACING="3"> | ||
+ | |<TR> | ||
+ | |<TD>Previous show - "''N/A first show''"</TD> | ||
+ | |<TD> | ||
+ | |<TD> | ||
+ | |<TD>1994/3/14, '''''[[Self Destruct Tour]]'''''</TD> | ||
+ | |<TD> | ||
+ | |<TD> | ||
+ | |<TD>Next show - "''[[1994/03/15 Las Vegas, NV]]''"</TD> | ||
+ | |</TR> | ||
+ | |</TABLE></DIV> | ||
+ | |} | ||
+ | </CENTER> | ||
+ | ::::The raw code is horrible to look at though, hit edit to see what I had to write to make that [[User:Sheepdean|sheepdean]] [[User_talk:Sheepdean|Try to speak as clearly as you can]] 05:19, 1 June 2010 (PDT) |
Revision as of 12:19, 1 June 2010
This community member receives the Newsletter. Do you?
Tour dates succession box
How would you go about doing this? I'm willing to help, if you need? Knotrice 04:54, 1 June 2010 (PDT)
- The coding itself is fairly easy, the issue would be designing it (it can't be bulky, but has to give enough detail - I was thinking previous date, next date, link to tour page and link to previous and next tour dates if possible), putting it into EVERY tour page (there are a lot) and sorting through the fact we're missing many of the early shows. If you're any good with coding, try and design one (use your user page for now so it doesn't get in the way), or I'll stop being lazy and do a draft one sheepdean Try to speak as clearly as you can 05:02, 1 June 2010 (PDT)
- I've got this so far. How would I go about completing it? (This would be for the first show of the Self-Destruct tour, I think? Correct anything)
{{ | date = 1994/3/14 | title = Self-Destruct | previous = N/A: first show | following = 1994/03/15 Las Vegas, NV }}
Knotrice 05:07, 1 June 2010 (PDT)
- Well, the code would look a bit more complicated - this is just me reusing my song succession box, but it's the same concept
|
- So your one would look like this
|
- The raw code is horrible to look at though, hit edit to see what I had to write to make that sheepdean Try to speak as clearly as you can 05:19, 1 June 2010 (PDT)