Difference between revisions of "User talk:Revanche"

Line 19: Line 19:
 
I was adding information about ''[[Way of the Clans]]'' and noticed that there was not a template that worked well for novels. I went ahead and wrote a framework for one which I'd like to submit as a general template. What's your take on it? Thanks for the help. --[[User:Ebakunin|Ebakunin]] 21:17, 28 July 2008 (CDT)
 
I was adding information about ''[[Way of the Clans]]'' and noticed that there was not a template that worked well for novels. I went ahead and wrote a framework for one which I'd like to submit as a general template. What's your take on it? Thanks for the help. --[[User:Ebakunin|Ebakunin]] 21:17, 28 July 2008 (CDT)
 
:I think that works very well. You have wikicoding skillz! I'd make the pic a bit more in keeping with the other gaming books size-wise, but...please...turn it into a template and let me know when done. I'll create a help article once you're done. Sorely need, thanks! --[[User:Revanche|Revanche]] <sup>([[User_talk:Revanche|talk]]|[[Special:Contributions/Revanche|contribs]])</sup> 13:50, 1 August 2008 (CDT)
 
:I think that works very well. You have wikicoding skillz! I'd make the pic a bit more in keeping with the other gaming books size-wise, but...please...turn it into a template and let me know when done. I'll create a help article once you're done. Sorely need, thanks! --[[User:Revanche|Revanche]] <sup>([[User_talk:Revanche|talk]]|[[Special:Contributions/Revanche|contribs]])</sup> 13:50, 1 August 2008 (CDT)
 +
::Revanche, the template's done. You can see it [[Template:InfoBoxNovel|here]]. Would you please add the following to common.css. Thanks a lot for the help. --[[User:Ebakunin|Ebakunin]] 23:53, 1 August 2008 (CDT)
 +
<pre>
 +
/*
 +
===CSS for the Novel Info Box===
 +
*/
 +
table.infoBoxNovel {
 +
  border: 1px solid #bdb76b;
 +
  border-top: 0px;
 +
  border-collapse: collapse;
 +
  float: right;
 +
  font: normal 11px Arial,sans-serif;
 +
  margin: 0px 0px 10px 10px;
 +
  width: 250px;
 +
}
 +
.infoBoxNovel th {
 +
  border-bottom: 1px solid #bdb76b;
 +
  padding: 4px;
 +
  background-color: #eee8aa;
 +
  text-align: left;
 +
}
 +
.infoBoxNovel td {
 +
  padding: 4px;
 +
}
 +
</pre>

Revision as of 00:53, 2 August 2008


Classic BattleTech templates

I noticed that when you brought over the Classic BattleTech article, a lot of templates from Wikipedia came with it, which you subsequently removed from the article. Do you think we should keep them for future use, or simply delete them? --Scaletail 20:54, 3 July 2008 (CDT)

Sheer laziness on my part. I didn't have the time nor inclination to 'make' them work here. However, overall, I thought it worked for Wikipedia, so have no problems with it being here. Question is: with the matter for which those templates were built (i.e., wargames), do you see much need to spend the time building it here (for one...maybe a half-handful of articles)? --Revanche (talk|contribs) 21:01, 3 July 2008 (CDT)
I deleted all of them except Template:Tnavbar, as it seems to be useful, but I have no idea what for. --Scaletail 07:46, 4 July 2008 (CDT)

New template for Novels

Hello,

I was adding information about Way of the Clans and noticed that there was not a template that worked well for novels. I went ahead and wrote a framework for one which I'd like to submit as a general template. What's your take on it? Thanks for the help. --Ebakunin 21:17, 28 July 2008 (CDT)

I think that works very well. You have wikicoding skillz! I'd make the pic a bit more in keeping with the other gaming books size-wise, but...please...turn it into a template and let me know when done. I'll create a help article once you're done. Sorely need, thanks! --Revanche (talk|contribs) 13:50, 1 August 2008 (CDT)
Revanche, the template's done. You can see it here. Would you please add the following to common.css. Thanks a lot for the help. --Ebakunin 23:53, 1 August 2008 (CDT)
/*
===CSS for the Novel Info Box===
*/
table.infoBoxNovel {
  border: 1px solid #bdb76b; 
  border-top: 0px; 
  border-collapse: collapse; 
  float: right; 
  font: normal 11px Arial,sans-serif; 
  margin: 0px 0px 10px 10px; 
  width: 250px;
}
.infoBoxNovel th {
  border-bottom: 1px solid #bdb76b;
  padding: 4px;
  background-color: #eee8aa;
  text-align: left;
}
.infoBoxNovel td {
  padding: 4px;
}