Difference between revisions of "Template:GTAF"
Jump to navigation
Jump to search
(usage, now supports posts and user profiles links) |
|||
Line 3: | Line 3: | ||
== Template Usage == | == Template Usage == | ||
+ | |||
+ | === Topic link without description === | ||
+ | <nowiki>{{</nowiki>{{hint|GTAF|template name}}|{{hint|100|topic id}}}} | ||
+ | |||
+ | produces: {{GTAF|100}} | ||
+ | |||
+ | === Topic link with description === | ||
+ | <nowiki>{{</nowiki>{{hint|GTAF|template name}}|{{hint|100|topic id}}|{{hint|Some random topic|Link description}}}} | ||
+ | |||
+ | produces: {{GTAF|100|Some random topic}} | ||
+ | |||
+ | === Single post link without description === | ||
+ | <nowiki>{{</nowiki>{{hint|GTAF|template name}}|post|{{hint|137906|topic id}}|{{hint|1756646|post id}}}} | ||
+ | |||
+ | produces: {{GTAF|post|137906|1756646}} | ||
+ | |||
+ | === Single post link with description === | ||
+ | <nowiki>{{</nowiki>{{hint|GTAF|template name}}|post|{{hint|137906|topic id}}|{{hint|1756646|post id}}|{{hint|Random post|Post description}}}} | ||
+ | |||
+ | produces: {{GTAF|post|137906|1756646|Random post}} | ||
+ | |||
+ | === User profile link without description === | ||
+ | <nowiki>{{</nowiki>{{hint|GTAF|template name}}|profile|{{hint|49411|profile id}}}} | ||
+ | |||
+ | produces: {{GTAF|profile|49411}} | ||
+ | |||
+ | === User profile link with description === | ||
+ | <nowiki>{{</nowiki>{{hint|GTAF|template name}}|profile|{{hint|49411|profile id|Seemann}}}} | ||
+ | |||
+ | produces: {{GTAF|profile|49411|Seemann}} | ||
</noinclude> | </noinclude> |
Revision as of 13:52, 31 January 2009
The GTAF template is used to quickly paste a link on a GTAForums.com. The template could be used for links on topics, user profiles and single posts.
Contents
Template Usage
Topic link without description
{{GTAF|100}}
produces: GTAForums topic
Topic link with description
{{GTAF|100|Some random topic}}
produces: GTAForums: Some random topic
Single post link without description
{{GTAF|post|137906|1756646}}
produces: GTAForums: Post
Single post link with description
{{GTAF|post|137906|1756646|Random post}}
produces: GTAForums: Random post
User profile link without description
{{GTAF|profile|49411}}
produces: GTAForums: GTANet Profile
User profile link with description
{{GTAF|profile|49411}}
produces: GTAForums: Seemann