Difference between revisions of "Form talk:Masquerade PC"
Line 15: | Line 15: | ||
Passing along feedback that it's currently not obvious that the profile pic should have the same name as the page. I'd try adding that to the form instructions, but I'm slightly wary I'd break something in the process. :) --[[User:Andrew B. US2020010032|Andrew B. US2020010032]] ([[User talk:Andrew B. US2020010032|talk]]) 12:08, 19 August 2020 (UTC) | Passing along feedback that it's currently not obvious that the profile pic should have the same name as the page. I'd try adding that to the form instructions, but I'm slightly wary I'd break something in the process. :) --[[User:Andrew B. US2020010032|Andrew B. US2020010032]] ([[User talk:Andrew B. US2020010032|talk]]) 12:08, 19 August 2020 (UTC) | ||
+ | |||
+ | The CSS in the generated page is affecting the MediaWiki links at the top of the page, too (eg: read, edit, user page link, etc). It looks like it's this block that's doing it: | ||
+ | p, td, th, li { | ||
+ | font-size: 16px; | ||
+ | font-family: 'Candara', 'Segoe UI', sans-serif; | ||
+ | vertical-align:top; | ||
+ | text-align:left; | ||
+ | } |
Revision as of 18:08, 19 August 2020
Please log here all feedback, bug reports, and questions about the Masquerade PC form and any page created by that form.
Use "~~~~" to sign your additions. This will be automatically converted into your username, a timestamp, and a link to your user page.
Questions
Bugs
Domitor page link - at least if no separate page name is entered - is busted, for ghouls. It also does not add appropriate Clan or Sect categories to reflect the domitor. (see page "Keshet") Dylan M. US2009054113 (talk) 02:28, 18 August 2020 (UTC)
Feedback
Difficult to update profile picture, even after naming it the same as the page ~ someone who did not sign
Passing along feedback that it's currently not obvious that the profile pic should have the same name as the page. I'd try adding that to the form instructions, but I'm slightly wary I'd break something in the process. :) --Andrew B. US2020010032 (talk) 12:08, 19 August 2020 (UTC)
The CSS in the generated page is affecting the MediaWiki links at the top of the page, too (eg: read, edit, user page link, etc). It looks like it's this block that's doing it:
p, td, th, li { font-size: 16px; font-family: 'Candara', 'Segoe UI', sans-serif; vertical-align:top; text-align:left; }