2,691
edits
m (Fixing the mistake I made when I added the comment.) |
(Stripped out the defaults and advanced usages. It's probably better this way.) |
||
Line 6: | Line 6: | ||
<code><nowiki>{{News|<board>|<post>}}</nowiki> | <code><nowiki>{{News|<board>|<post>}}</nowiki> | ||
<nowiki>{{news|<board>|<post> | <nowiki>{{news|<board>|<post>}}</nowiki></code> | ||
===Parameters=== | ===Parameters=== | ||
Line 20: | Line 16: | ||
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== | ||
<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. --> | |||
<onlyinclude> | |||
[https://www.lusternia.com/news/{{{1}}}/{{{2}}} {{{1}}} #{{{2}}}] | |||
</onlyinclude> | |||
[[Category: Templates]] | [[Category: Templates]] |
edits