2,693
edits
(I think I have this fixed for the moment.) |
m (Ok, the last one made the syntax help appear. I guess I need both tags to get the behavior I want.) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
<code><nowiki>{{News|<board>|<post>}}</nowiki></code> | <code><nowiki>{{News|<board>|<post>}}</nowiki> | ||
<nowiki>{{news|<board>|<post>}}</nowiki></code> | |||
===Parameters=== | ===Parameters=== | ||
NOTE: parameters must be in order | NOTE: parameters must be in order | ||
:<code><board></code> must be the name of a Lusternia news board | :<code><board></code> must be the name of a ''non-faction'' Lusternia news board: <code><nowiki>Public|Announce|Politics|Events|Overhaul</nowiki></code> | ||
:<code><post></code> must be the number of a post on the news board | :<code><post></code> must be the number of a post on the news board. | ||
===Returns=== | ===Returns=== | ||
This appears on the page as an external link of the form: <board> #<post> | This appears on the page as an external link of the form: <board> #<post> | ||
==Example== | ==Example== | ||
<code><nowiki>{{news|Events|488}}</nowiki></code> will look | <code><nowiki>{{news|Events|488}}</nowiki></code> will go to Events 488 and look like: [https://www.lusternia.com/news/events/488/ Events #488] | ||
<!-- Between the onlyinclude tags is where the actual template code happens. --> | |||
<includeonly><onlyinclude>[https://www.lusternia.com/news/{{{1}}}/{{{2}}} {{{1}}} #{{{2}}}]</onlyinclude></includeonly> | |||
[[Category: Templates]] | |||
[ | |||
edits