Difference between revisions of "Template talk:Linked Image"
From Paragon Wiki Archive
(New page: I think this would be great for the Small Contact images in the Mission Briefing templates. - ~~~~) |
m (Well, I got close, but going to need some help finishing this one) |
||
Line 1: | Line 1: | ||
I think this would be great for the Small Contact images in the Mission Briefing templates. - [[User:Snorii|Snorii]] 03:29, 21 May 2008 (UTC) | I think this would be great for the Small Contact images in the Mission Briefing templates. - [[User:Snorii|Snorii]] 03:29, 21 May 2008 (UTC) | ||
+ | :Agreed. Now, if I could just get it to work. . . | ||
+ | |||
+ | == Help Needed Finishing This Template == | ||
+ | {{delete}} | ||
+ | |||
+ | Here's the problem: | ||
+ | |||
+ | What I need to end up with is a substitution that looks like this: | ||
+ | |||
+ | <nowiki><linkedimage> | ||
+ | wikipage=Technology | ||
+ | tooltip=Technology | ||
+ | img_src=Image:Originicon_technology.png | ||
+ | img_alt=Technology | ||
+ | img_width=15 | ||
+ | img_height=15 | ||
+ | </linkedimage></nowiki> | ||
+ | |||
+ | To produce a result that looks like this: | ||
+ | |||
+ | <linkedimage> | ||
+ | wikipage=Technology | ||
+ | tooltip=Technology | ||
+ | img_src=Image:Originicon_technology.png | ||
+ | img_alt=Technology | ||
+ | img_width=15 | ||
+ | img_height=15 | ||
+ | </linkedimage> | ||
+ | |||
+ | I've gotten all but the <nowiki><linkedimage> and </linkedimage></nowiki> tags in place, but when I try to add those to the template, I get big white screen with nothing by the Paragon Wiki logo in the upper left and an error message: | ||
+ | |||
+ | Internal error | ||
+ | Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information. | ||
+ | |||
+ | Apparently, templates and the <nowiki><linkedimage></nowiki> tag do not play well together. Any thoughts or suggestions? |
Revision as of 04:53, 21 May 2008
I think this would be great for the Small Contact images in the Mission Briefing templates. - Snorii 03:29, 21 May 2008 (UTC)
- Agreed. Now, if I could just get it to work. . .
Help Needed Finishing This Template
Here's the problem:
What I need to end up with is a substitution that looks like this:
<linkedimage> wikipage=Technology tooltip=Technology img_src=Image:Originicon_technology.png img_alt=Technology img_width=15 img_height=15 </linkedimage>
To produce a result that looks like this:
<linkedimage> wikipage=Technology tooltip=Technology img_src=Image:Originicon_technology.png img_alt=Technology img_width=15 img_height=15 </linkedimage>
I've gotten all but the <linkedimage> and </linkedimage> tags in place, but when I try to add those to the template, I get big white screen with nothing by the Paragon Wiki logo in the upper left and an error message:
Internal error Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.
Apparently, templates and the <linkedimage> tag do not play well together. Any thoughts or suggestions?