Community Central
Community Central
No edit summary
Line 4: Line 4:
   
 
*See [http://en.wikipedia.org/wiki/Template:Ahnentafel-compact5 here]. I want this template to work at the Genealogy Wikia [http://genealogy.wikia.com/wiki/Template:Ahnentafel-compact5 here], but it's not working. I would also like to know how to make one up to 10 generations. Thanks for any help. -[[User:AMK152|<font color="blue">AMK152</font>]]<sup>([[User talk:AMK152|Talk]] • [[Special:Contributions/AMK152|Contributions]]</sup> 23:05, 11 September 2007 (UTC)
 
*See [http://en.wikipedia.org/wiki/Template:Ahnentafel-compact5 here]. I want this template to work at the Genealogy Wikia [http://genealogy.wikia.com/wiki/Template:Ahnentafel-compact5 here], but it's not working. I would also like to know how to make one up to 10 generations. Thanks for any help. -[[User:AMK152|<font color="blue">AMK152</font>]]<sup>([[User talk:AMK152|Talk]] • [[Special:Contributions/AMK152|Contributions]]</sup> 23:05, 11 September 2007 (UTC)
  +
  +
::This uses html tables in parser functions, which requires htmlTidy to be installed (which Wikia cannot do at this time, even though I have begged and demanded that we do). You can hypothetically try to convert it to using wikitables, but that is a painful process, for a template this complex. Basically, you replace (not magically, but manually) <code><nowiki><tr></tr></nowiki></code> with <code><nowiki>{{!}}-</nowiki></code> and <td></td> with <code><nowiki>{{!}}</nowiki></code> (needs [[Template:!]]). Pain in the ascii. --[[w:User:Splarka|Splarka]] <small>([[w:User_talk:Splarka|talk]])</small> &lt;[[w:Wikia_Staff|Staff]]&gt; 09:54, 12 September 2007 (UTC)

Revision as of 09:54, 12 September 2007

Forums: Index Help desk Ahnentafel-compact templates from Wikipedia
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 6064 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.


  • See here. I want this template to work at the Genealogy Wikia here, but it's not working. I would also like to know how to make one up to 10 generations. Thanks for any help. -AMK152(TalkContributions 23:05, 11 September 2007 (UTC)
This uses html tables in parser functions, which requires htmlTidy to be installed (which Wikia cannot do at this time, even though I have begged and demanded that we do). You can hypothetically try to convert it to using wikitables, but that is a painful process, for a template this complex. Basically, you replace (not magically, but manually) <tr></tr> with {{!}}- and with {{!}} (needs Template:!). Pain in the ascii. --Splarka (talk) <Staff> 09:54, 12 September 2007 (UTC)